Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::elt_divide | ( | Scal | s, |
const Mat & | m | ||
) |
Return the elementwise division of the specified scalar by the specified matrix.
Scal | type of the scalar |
Mat | type of the matrix or expression |
s | scalar |
m | matrix or expression |
Scal | type of the scalar |
Mat | type of the matrix |
s | scalar |
m | matrix or expression |
Definition at line 60 of file elt_divide.hpp.