Proxy for the matrix power of some matrix. More...
Public Types | |
typedef MatrixType::RealScalar | RealScalar |
Public Types inherited from Eigen::ReturnByValue< MatrixPowerParenthesesReturnValue< MatrixType > > | |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
typedef internal::traits< Derived >::ReturnType | ReturnType |
Public Member Functions | |
Index | cols () const |
template<typename ResultType > | |
void | evalTo (ResultType &result) const |
Compute the matrix power. More... | |
MatrixPowerParenthesesReturnValue (MatrixPower< MatrixType > &pow, RealScalar p) | |
Constructor. More... | |
Index | rows () const |
Public Member Functions inherited from Eigen::ReturnByValue< MatrixPowerParenthesesReturnValue< MatrixType > > | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
void | evalTo (Dest &dst) const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Private Attributes | |
const RealScalar | m_p |
MatrixPower< MatrixType > & | m_pow |
Proxy for the matrix power of some matrix.
MatrixType | type of the base, a matrix. |
This class holds the arguments to the matrix power until it is assigned or evaluated for some other reason (so the argument should not be changed in the meantime). It is the return type of MatrixPower::operator() and related functions and most of the time this is the only way it is used.
Definition at line 41 of file MatrixPower.h.
typedef MatrixType::RealScalar Eigen::MatrixPowerParenthesesReturnValue< MatrixType >::RealScalar |
Definition at line 44 of file MatrixPower.h.
|
inline |
Constructor.
[in] | pow | MatrixPower storing the base. |
[in] | p | scalar, the exponent of the matrix power. |
Definition at line 52 of file MatrixPower.h.
|
inline |
Definition at line 65 of file MatrixPower.h.
|
inline |
|
inline |
Definition at line 64 of file MatrixPower.h.
|
private |
Definition at line 69 of file MatrixPower.h.
|
private |
Definition at line 68 of file MatrixPower.h.