Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::elt_multiply | ( | const Scalar1 & | a, |
const Scalar2 & | b | ||
) |
Return the elementwise multiplication of the specified scalars.
Mat1 | type of the first scalar |
Mat2 | type of the second scalar |
a | First scalar |
b | Second scalar |
Definition at line 44 of file elt_multiply.hpp.