Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::elt_multiply | ( | const Mat1 & | m1, |
const Mat2 & | m2 | ||
) |
Return the elementwise multiplication of the specified matrices.
Mat1 | type of the first matrix or expression |
Mat2 | type of the second matrix or expression |
m1 | First matrix or expression |
m2 | Second matrix or expression |
Definition at line 26 of file elt_multiply.hpp.