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

◆ elt_divide() [3/6]

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

Return the elementwise division of the specified matrices.

Template Parameters
Mat1type of the first matrix or expression
Mat2type of the second matrix or expression
Parameters
m1First matrix or expression
m2Second matrix or expression
Returns
Elementwise division of 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 25 of file elt_divide.hpp.