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

◆ elt_multiply() [4/5]

template<typename Scalar1 , typename Scalar2 , require_all_stan_scalar_t< Scalar1, Scalar2 > * = nullptr>
auto stan::math::elt_multiply ( const Scalar1 &  a,
const Scalar2 &  b 
)

Return the elementwise multiplication of the specified scalars.

Template Parameters
Mat1type of the first scalar
Mat2type of the second scalar
Parameters
aFirst scalar
bSecond scalar
Returns
Product of scalars

Definition at line 44 of file elt_multiply.hpp.