![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<int Cb> | |
Eigen::Matrix< double, -1, Cb > | stan::math::scale_matrix_exp_multiply (const double &t, const Eigen::MatrixXd &A, const Eigen::Matrix< double, -1, Cb > &B) |
Return product of exp(At) and B, where A is a NxN double matrix, B is a NxCb double matrix, and t is a double. More... | |