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

◆ operator*() [10/20]

template<typename T_a , typename T_b , require_all_nonscalar_prim_or_rev_kernel_expression_t< T_a, T_b > * = nullptr, require_any_var_t< T_a, T_b > * = nullptr>
auto stan::math::operator* ( const T_a &  A,
const T_b &  B 
)
inline

Matrix multiplication of two reverse mode matrices and/or kernel generator expressions.

Template Parameters
T_atype of first expression
T_btype of second expression
Parameters
Afirst expression
Bsecond expression
Returns
Matrix product of given arguments

Definition at line 62 of file multiply.hpp.