Eigen::MatrixPowerParenthesesReturnValue
template<typename MatrixType>
class Eigen::MatrixPowerParenthesesReturnValue< MatrixType >
Proxy for the matrix power of some matrix.
- Template Parameters
-
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 > >.
MatrixPowerParenthesesReturnValue()
template<typename MatrixType >
Constructor.
- Parameters
-
[in] |
pow |
MatrixPower storing the base. |
[in] |
p |
scalar, the exponent of the matrix power. |
evalTo()
template<typename MatrixType >
template<typename ResultType >
Compute the matrix power.
- Parameters
-
The documentation for this class was generated from the following file: