#include <MatrixPower.h>
Public Types | |
typedef MatrixType::Index | Index |
typedef MatrixType::RealScalar | RealScalar |
Public Types inherited from Eigen::ReturnByValue< MatrixPowerRetval< MatrixType > > | |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
typedef internal::traits< MatrixPowerRetval< MatrixType > >::ReturnType | ReturnType |
Public Member Functions | |
Index | cols () const |
template<typename ResultType > | |
void | evalTo (ResultType &res) const |
MatrixPowerRetval (MatrixPower< MatrixType > &pow, RealScalar p) | |
Index | rows () const |
Public Member Functions inherited from Eigen::ReturnByValue< MatrixPowerRetval< MatrixType > > | |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
Index | cols () const |
void | evalTo (Dest &dst) const |
Index | rows () const |
Private Member Functions | |
MatrixPowerRetval & | operator= (const MatrixPowerRetval &) |
Private Attributes | |
const RealScalar | m_p |
MatrixPower< MatrixType > & | m_pow |
Definition at line 18 of file MatrixPower.h.
typedef MatrixType::Index Eigen::MatrixPowerRetval< MatrixType >::Index |
Definition at line 22 of file MatrixPower.h.
typedef MatrixType::RealScalar Eigen::MatrixPowerRetval< MatrixType >::RealScalar |
Definition at line 21 of file MatrixPower.h.
|
inline |
Definition at line 24 of file MatrixPower.h.
|
inline |
Definition at line 32 of file MatrixPower.h.
|
inline |
Definition at line 28 of file MatrixPower.h.
|
private |
|
inline |
Definition at line 31 of file MatrixPower.h.
|
private |
Definition at line 36 of file MatrixPower.h.
|
private |
Definition at line 35 of file MatrixPower.h.