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

◆ multiply() [13/16]

template<typename Scalar1 , typename Scalar2 , require_all_stan_scalar_t< Scalar1, Scalar2 > * = nullptr>
return_type_t< Scalar1, Scalar2 > stan::math::multiply ( Scalar1  m,
Scalar2  c 
)
inline

Return product of scalars.

Template Parameters
Scalar1type of first scalar
Scalar2type of second scalar
Parameters
mscalar
cscalar
Returns
product

Definition at line 166 of file multiply.hpp.