Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
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.
Specialized for double values for efficiency.
EigMat1 | type of the first matrix |
EigMat2 | type of the second matrix |
[in] | A | Matrix |
[in] | B | Matrix |
[in] | t | double |
Definition at line 30 of file scale_matrix_exp_multiply.hpp.