OSVR-Core
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::inverse_impl< MatrixType > Struct Template Reference
Inheritance diagram for Eigen::internal::inverse_impl< MatrixType >:
Eigen::ReturnByValue< inverse_impl< MatrixType > > Eigen::internal::no_assignment_operator

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)
 
Unusable & packet (Index) const
 
Unusable & packet (Index, Index) const
 

Public Attributes

MatrixTypeNested m_matrix
 

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