Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a matrix divided by a matrix elementwise.
Mat1 | Either a type inheriting from EigenBase or a var_value<T> with type T inheriting from EigenBase . |
Mat2 | Either a type inheriting from EigenBase or a var_value<T> with type T inheriting from EigenBase . |
[in] | m1 | specified matrix or expression |
[in] | m2 | specified matrix or expression |
Definition at line 215 of file operator_division.hpp.