Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/exp.hpp>
#include <stan/math/prim/fun/matrix_exp_pade.hpp>
#include <stan/math/prim/fun/matrix_exp_2x2.hpp>
#include <stan/math/prim/fun/square.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | stan |
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
namespace | stan::math |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T , typename = require_eigen_t<T>> | |
plain_type_t< T > | stan::math::matrix_exp (const T &A_in) |
Return the matrix exponential of the input matrix. | |