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

Public Types

typedef MatrixType::Index Index
 
typedef internal::eval< MatrixType >::type MatrixTypeNested
 
typedef remove_all< MatrixTypeNested >::type MatrixTypeNestedCleaned
 
- Public Types inherited from Eigen::ReturnByValue< inverse_impl< MatrixType > >
typedef internal::traits< inverse_impl< MatrixType > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 inverse_impl (const MatrixType &matrix)
 
Index rows () const
 
Index cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< inverse_impl< 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)
 

Public Attributes

MatrixTypeNested m_matrix
 

Detailed Description

template<typename MatrixType>
struct Eigen::internal::inverse_impl< MatrixType >

Definition at line 219 of file ForwardDeclarations.h.


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