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

◆ lmultiply() [5/10]

template<typename T_a , typename T_b , require_all_prim_or_rev_kernel_expression_t< T_a, T_b > * = nullptr, require_any_var_t< T_a, T_b > * = nullptr, require_any_not_stan_scalar_t< T_a, T_b > * = nullptr>
var_value< matrix_cl< double > > stan::math::lmultiply ( T_a &&  a,
T_b &&  b 
)
inline

Returns the elementwise lmultiply() of the input.

Template Parameters
T_atype of first expression
T_btype of second expression
Parameters
afirst expression
bsecond expression
Returns
Elementwise lmultiply() of the input.

Definition at line 28 of file lmultiply.hpp.