#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 32 of file SelfadjointMatrixMatrix.h.
void 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 59 of file SelfadjointMatrixMatrix.h.
void 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 35 of file SelfadjointMatrixMatrix.h.