Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return product of exp(At) and B, where A is a NxN matrix, B is a NxCb matrix and t is a scalar.
Generic implementation when arguments are not all double.
Tt | type of t |
EigMat1 | type of the first matrix |
EigMat2 | type of the second matrix |
[in] | A | Matrix |
[in] | B | Matrix |
[in] | t | double |
Definition at line 60 of file scale_matrix_exp_multiply.hpp.