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