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

◆ matrix_exp_multiply() [2/2]

template<typename Ta , typename Tb , require_all_eigen_t< Ta, Tb > * = nullptr, require_any_st_autodiff< Ta, Tb > * = nullptr>
Eigen::Matrix< return_type_t< Ta, Tb >, -1, Tb::ColsAtCompileTime > stan::math::matrix_exp_multiply ( const Ta &  A,
const Tb &  B 
)
inline

Wrapper of matrix_exp_action function for a more literal name.

Template Parameters
Tatype of the matrix A
Tbtype of the matrix B
Parameters
[in]AMatrix
[in]BMatrix
Returns
exponential of A multiplies B

Definition at line 27 of file matrix_exp_multiply.hpp.