Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Protected Types | Protected Attributes
Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo > Class Template Reference
+ Inheritance diagram for Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >:
+ Collaboration diagram for Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >:

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
 
- Public Types inherited from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >
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
 
- Public Member Functions inherited from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >
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 Permm_perm
 

Detailed Description

template<typename MatrixType, int UpLo>
class Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >

Definition at line 465 of file SparseSelfAdjointView.h.


The documentation for this class was generated from the following file: