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

◆ elt_divide() [5/6]

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

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

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

Definition at line 60 of file elt_divide.hpp.