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

Public Types

typedef MatrixType::RealScalar RealScalar
 
typedef MatrixType::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< MatrixPowerRetval< MatrixType > >
typedef internal::traits< MatrixPowerRetval< MatrixType > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 MatrixPowerRetval (MatrixPower< MatrixType > &pow, RealScalar p)
 
template<typename ResultType >
void evalTo (ResultType &res) const
 
Index rows () const
 
Index cols () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< MatrixPowerRetval< 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
 

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