Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
multiply()
[13/17]
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
Scalar1
type of first scalar
Scalar2
type of second scalar
Parameters
m
scalar
c
scalar
Returns
product
Definition at line
166
of file
multiply.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.