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

◆ elt_multiply() [2/5]

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>
var_value< matrix_cl< double > > stan::math::elt_multiply ( T_a &&  a,
T_b &&  b 
)
inline

Elementwise 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
Elementwise multiplication of the input arguments

Definition at line 31 of file elt_multiply.hpp.