Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::elt_divide | ( | const Mat1 & | m1, |
const Mat2 & | m2 | ||
) |
Return the elementwise division 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 |
Mat1 | type of the first matrix |
Mat2 | type of the second matrix |
m1 | First matrix |
m2 | Second matrix |
Definition at line 25 of file elt_divide.hpp.