![]() |
Eigen-unsupported
3.3.3
|
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.
Inherits ReturnByValue< MatrixPowerParenthesesReturnValue< MatrixType > >.
Public Member Functions | |
template<typename ResultType > | |
void | evalTo (ResultType &res) const |
Compute the matrix power. | |
MatrixPowerParenthesesReturnValue (MatrixPower< MatrixType > &pow, RealScalar p) | |
Constructor. |
Eigen::MatrixPowerParenthesesReturnValue< MatrixType >::MatrixPowerParenthesesReturnValue | ( | MatrixPower< MatrixType > & | pow, |
RealScalar | p | ||
) | [inline] |
Constructor.
[in] | pow | MatrixPower storing the base. |
[in] | p | scalar, the exponent of the matrix power. |
void Eigen::MatrixPowerParenthesesReturnValue< MatrixType >::evalTo | ( | ResultType & | res | ) | const [inline] |
Compute the matrix power.
[out] | result |