#include <SelfadjointMatrixMatrix.h>
Public Types | |
enum | { PacketSize = packet_traits<Scalar>::size } |
Public Member Functions | |
void | operator() (Scalar *blockB, const Scalar *_rhs, Index rhsStride, Index rows, Index cols, Index k2) |
Definition at line 77 of file SelfadjointMatrixMatrix.h.
anonymous enum |
Definition at line 79 of file SelfadjointMatrixMatrix.h.
void Eigen::internal::symm_pack_rhs< Scalar, Index, nr, StorageOrder >::operator() | ( | Scalar * | blockB, |
const Scalar * | _rhs, | ||
Index | rhsStride, | ||
Index | rows, | ||
Index | cols, | ||
Index | k2 | ||
) | [inline] |
Definition at line 80 of file SelfadjointMatrixMatrix.h.