Class for computing the matrix exponential.
More...
template<typename MatrixType>
class Eigen::MatrixExponential< MatrixType >
Class for computing the matrix exponential.
- Template Parameters
-
MatrixType | type of the argument of the exponential, expected to be an instantiation of the Matrix class template. |
Constructor.
The class stores a reference to M
, so it should not be changed (or destroyed) before compute() is called.
- Parameters
-
[in] | M | matrix whose exponential is to be computed. |
void compute |
( |
ResultType & |
result | ) |
|
Computes the matrix exponential.
- Parameters
-
[out] | result | the matrix exponential of M in the constructor. |
The documentation for this class was generated from the following file: