![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/matrix_exp_pade.hpp>
#include <stan/math/prim/mat/fun/matrix_exp_2x2.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | stan::math::matrix_exp (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > A) |
Return the matrix exponential of the input matrix. More... | |