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

Public Types

typedef _DecompositionType DecompositionType
 
typedef DecompositionType::MatrixType MatrixType
 
typedef ReturnByValue< image_retval_baseBase
 
typedef Base::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >
typedef internal::traits< image_retval_base< _DecompositionType > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix)
 
Index rows () const
 
Index cols () const
 
Index rank () const
 
const DecompositionType & dec () const
 
const MatrixType & originalMatrix () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >
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 DecompositionType & m_dec
 
Index m_rank
 
Index m_cols
 
const MatrixType & m_originalMatrix
 

Detailed Description

template<typename _DecompositionType>
class Eigen::internal::image_retval_base< _DecompositionType >

Definition at line 128 of file ForwardDeclarations.h.


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