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

◆ lmultiply() [7/11]

template<typename T1 , typename T2 , require_any_container_t< T1, T2 > * = nullptr, require_all_not_var_matrix_t< T1, T2 > * = nullptr>
auto stan::math::lmultiply ( T1 &&  a,
T2 &&  b 
)
inline

Return the result of applying lmultiply to the arguments elementwise, with broadcasting if one of the arguments is a scalar.

At least one of the arguments must be a container.

Template Parameters
T1type of the first argument
T2type of the second argument
Parameters
afirst argument
bsecond argument
Returns
result of applying lmultiply to the arguments

Definition at line 46 of file lmultiply.hpp.