![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Public Types | |
typedef MatrixType::Scalar | Scalar |
typedef MatrixType::Index | Index |
typedef Matrix< Index, Dynamic, 1 > | VectorI |
typedef MatrixType::Nested | MatrixTypeNested |
typedef internal::remove_all< MatrixTypeNested >::type | _MatrixTypeNested |
![]() | |
typedef internal::traits< SparseSymmetricPermutationProduct< MatrixType, UpLo > >::StorageKind | StorageKind |
typedef internal::traits< SparseSymmetricPermutationProduct< MatrixType, UpLo > >::Index | Index |
Public Member Functions | |
SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) | |
Index | rows () const |
Index | cols () const |
template<typename DestScalar , int Options, typename DstIndex > | |
void | evalTo (SparseMatrix< DestScalar, Options, DstIndex > &_dest) const |
template<typename DestType , unsigned int DestUpLo> | |
void | evalTo (SparseSelfAdjointView< DestType, DestUpLo > &dest) const |
![]() | |
SparseSymmetricPermutationProduct< MatrixType, UpLo > & | derived () |
const SparseSymmetricPermutationProduct< MatrixType, UpLo > & | derived () const |
SparseSymmetricPermutationProduct< MatrixType, UpLo > & | const_cast_derived () const |
const SparseSymmetricPermutationProduct< MatrixType, UpLo > & | const_derived () const |
Index | rows () const |
Index | cols () const |
Index | size () const |
void | evalTo (Dest &dst) const |
void | addTo (Dest &dst) const |
void | subTo (Dest &dst) const |
void | applyThisOnTheRight (Dest &dst) const |
void | applyThisOnTheLeft (Dest &dst) const |
Protected Types | |
typedef PermutationMatrix< Dynamic, Dynamic, Index > | Perm |
Protected Attributes | |
MatrixTypeNested | m_matrix |
const Perm & | m_perm |
Definition at line 465 of file SparseSelfAdjointView.h.