#include <SelfadjointMatrixMatrix.h>
Public Member Functions | |
void | operator() (Scalar *blockA, const Scalar *_lhs, Index lhsStride, Index cols, Index rows) |
template<int BlockRows> | |
void | pack (Scalar *blockA, const const_blas_data_mapper< Scalar, Index, StorageOrder > &lhs, Index cols, Index i, Index &count) |
Definition at line 19 of file SelfadjointMatrixMatrix.h.
void Eigen::internal::symm_pack_lhs< Scalar, Index, Pack1, Pack2, StorageOrder >::operator() | ( | Scalar * | blockA, |
const Scalar * | _lhs, | ||
Index | lhsStride, | ||
Index | cols, | ||
Index | rows | ||
) | [inline] |
Definition at line 46 of file SelfadjointMatrixMatrix.h.
void Eigen::internal::symm_pack_lhs< Scalar, Index, Pack1, Pack2, StorageOrder >::pack | ( | Scalar * | blockA, |
const const_blas_data_mapper< Scalar, Index, StorageOrder > & | lhs, | ||
Index | cols, | ||
Index | i, | ||
Index & | count | ||
) | [inline] |
Definition at line 22 of file SelfadjointMatrixMatrix.h.