Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return product of exp(A) and B, where A is a NxN double matrix, B is a NxCb double matrix, and t is a double.
Cb | number of columns in matrix B, can be Eigen::Dynamic |
[in] | A | Matrix |
[in] | B | Matrix |
Definition at line 24 of file matrix_exp_multiply.hpp.