Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ action()

template<typename EigMat1 , typename EigMat2 , require_all_eigen_t< EigMat1, EigMat2 > * = nullptr, require_all_st_same< double, EigMat1, EigMat2 > * = nullptr>
Eigen::MatrixXd stan::math::matrix_exp_action_handler::action ( const EigMat1 &  mat,
const EigMat2 &  b,
const double &  t = 1.0 
)
inline

Perform the matrix exponential action exp(A*t)*B.

Parameters
[in]matmatrix A
[in]bmatrix B
[in]tdouble t, e.g. time.
Returns
matrix exp(A*t)*B

Definition at line 67 of file matrix_exp_action_handler.hpp.