Stan Math Library
4.9.0
Automatic Differentiation
|
Eigen::Matrix< value_type_t< EigMat >, EigMat::RowsAtCompileTime, EigMat::ColsAtCompileTime > stan::math::matrix_exp_pade | ( | const EigMat & | arg | ) |
Computes the matrix exponential, using a Pade approximation, coupled with scaling and squaring.
MatrixType | type of the matrix |
[in] | arg | matrix to exponentiate. |
Definition at line 23 of file matrix_exp_pade.hpp.