Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the matrix exponential of the input matrix.
T | type of the matrix |
[in] | A_in | Matrix to exponentiate. |
<code>std::invalid_argument</code> | if the input matrix is not square. |
Definition at line 25 of file matrix_exp.hpp.