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

◆ elt_divide() [4/6]

template<typename Mat , typename Scal , require_matrix_t< Mat > * = nullptr, require_stan_scalar_t< Scal > * = nullptr>
auto stan::math::elt_divide ( const Mat &  m,
Scal  s 
)

Return the elementwise division of the specified matrix by the specified scalar.

Template Parameters
Mattype of the matrix or expression
Scaltype of the scalar
Parameters
mmatrix or expression
sscalar
Returns
Elementwise division of a scalar by matrix.

Definition at line 43 of file elt_divide.hpp.