template<typename Scalar, typename Index, int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs>
struct Eigen::internal::product_selfadjoint_matrix< Scalar, Index, LhsStorageOrder, false, ConjugateLhs, RhsStorageOrder, true, ConjugateRhs, ColMajor >
Definition at line 324 of file Core.
template<typename Scalar , typename Index , int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs>
| static EIGEN_DONT_INLINE void Eigen::internal::product_selfadjoint_matrix< Scalar, Index, LhsStorageOrder, false, ConjugateLhs, RhsStorageOrder, true, ConjugateRhs, ColMajor >::run |
( |
Index |
rows, |
|
|
Index |
cols, |
|
|
const Scalar * |
_lhs, |
|
|
Index |
lhsStride, |
|
|
const Scalar * |
_rhs, |
|
|
Index |
rhsStride, |
|
|
Scalar * |
res, |
|
|
Index |
resStride, |
|
|
Scalar |
alpha |
|
) |
| [inline, static] |
Definition at line 327 of file Core.