Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Protected Attributes
Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > Struct Template Reference
+ Inheritance diagram for Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >:
+ Collaboration diagram for Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >:

Public Types

enum  { SrcStorageOrder = MatrixTypeNestedCleaned::Flags&RowMajorBit ? RowMajor : ColMajor, MoveOuter = SrcStorageOrder==RowMajor ? Side==OnTheLeft : Side==OnTheRight }
 
typedef remove_all< typename MatrixType::Nested >::type MatrixTypeNestedCleaned
 
typedef MatrixTypeNestedCleaned::Scalar Scalar
 
typedef MatrixTypeNestedCleaned::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > >
typedef internal::traits< permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 permut_sparsematrix_product_retval (const PermutationType &perm, const MatrixType &matrix)
 
int rows () const
 
int cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > >
void evalTo (Dest &dst) const
 
Index rows () const
 
Index cols () const
 
const Unusable & coeff (Index) const
 
const Unusable & coeff (Index, Index) const
 
Unusable & coeffRef (Index)
 
Unusable & coeffRef (Index, Index)
 

Protected Attributes

const PermutationType & m_permutation
 
MatrixType::Nested m_matrix
 

Detailed Description

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
struct Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >

Definition at line 47 of file PermutationMatrix.h.


The documentation for this struct was generated from the following files: