#include <MatrixPower.h>
Public Types | |
typedef MatrixType::Index | Index |
typedef MatrixType::RealScalar | RealScalar |
Public Member Functions | |
Index | cols () const |
template<typename ResultType > | |
void | evalTo (ResultType &res) const |
MatrixPowerRetval (MatrixPower< MatrixType > &pow, RealScalar p) | |
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.
Eigen::MatrixPowerRetval< MatrixType >::MatrixPowerRetval | ( | MatrixPower< MatrixType > & | pow, |
RealScalar | p | ||
) | [inline] |
Definition at line 24 of file MatrixPower.h.
Index Eigen::MatrixPowerRetval< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< MatrixPowerRetval< MatrixType > >.
Definition at line 32 of file MatrixPower.h.
void Eigen::MatrixPowerRetval< MatrixType >::evalTo | ( | ResultType & | res | ) | const [inline] |
Definition at line 28 of file MatrixPower.h.
MatrixPowerRetval& Eigen::MatrixPowerRetval< MatrixType >::operator= | ( | const MatrixPowerRetval< MatrixType > & | ) | [private] |
Index Eigen::MatrixPowerRetval< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< MatrixPowerRetval< MatrixType > >.
Definition at line 31 of file MatrixPower.h.
const RealScalar Eigen::MatrixPowerRetval< MatrixType >::m_p [private] |
Definition at line 36 of file MatrixPower.h.
MatrixPower<MatrixType>& Eigen::MatrixPowerRetval< MatrixType >::m_pow [private] |
Definition at line 35 of file MatrixPower.h.