Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions
Eigen::internal::kernel_retval< FullPivLU< _MatrixType > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::kernel_retval< FullPivLU< _MatrixType > >:
+ Collaboration diagram for Eigen::internal::kernel_retval< FullPivLU< _MatrixType > >:

Public Types

enum  { MaxSmallDimAtCompileTime }
 
- Public Types inherited from Eigen::internal::kernel_retval_base< FullPivLU< _MatrixType > >
typedef FullPivLU< _MatrixType > DecompositionType
 
typedef ReturnByValue< kernel_retval_baseBase
 
typedef Base::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< kernel_retval_base< FullPivLU< _MatrixType > > >
typedef internal::traits< kernel_retval_base< FullPivLU< _MatrixType > > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::internal::kernel_retval_base< FullPivLU< _MatrixType > >
 kernel_retval_base (const DecompositionType &dec)
 
Index rows () const
 
Index cols () const
 
Index rank () const
 
const DecompositionType & dec () const
 
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< kernel_retval_base< FullPivLU< _MatrixType > > >
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)
 

Additional Inherited Members

- Protected Attributes inherited from Eigen::internal::kernel_retval_base< FullPivLU< _MatrixType > >
const DecompositionType & m_dec
 
Index m_rank
 
Index m_cols
 

Detailed Description

template<typename _MatrixType>
struct Eigen::internal::kernel_retval< FullPivLU< _MatrixType > >

Definition at line 542 of file FullPivLU.h.


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