![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/arr/err/check_nonzero_size.hpp>
#include <stan/math/prim/mat/err/check_multiplicable.hpp>
#include <stan/math/prim/mat/err/check_square.hpp>
#include <stan/math/prim/mat/fun/matrix_exp.hpp>
#include <stan/math/rev/mat/fun/multiply.hpp>
#include <stan/math/rev/core.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename Ta , typename Tb , int Cb> | |
Eigen::Matrix< typename stan::return_type< Ta, Tb >::type, -1, Cb > | stan::math::scale_matrix_exp_multiply (const double &t, const Eigen::Matrix< Ta, -1, -1 > &A, const Eigen::Matrix< Tb, -1, Cb > &B) |
Return product of exp(At) and B, where A is a NxN matrix, B is a NxCb matrix, and t is a double. More... | |