Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ elt_divide() [7/8]

template<typename Mat1 , typename Mat2 , require_all_matrix_t< Mat1, Mat2 > * = nullptr, require_any_rev_matrix_t< Mat1, Mat2 > * = nullptr>
auto stan::math::elt_divide ( const Mat1 &  m1,
const Mat2 &  m2 
)
inline

Return the elementwise division of the specified matrices.

Template Parameters
Mat1type of the first matrix
Mat2type of the second matrix
Parameters
m1First matrix
m2Second matrix
Returns
Elementwise division of matrices.

Definition at line 28 of file elt_divide.hpp.