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

◆ divide() [5/8]

template<typename T1 , typename T2 , require_any_eigen_t< T1, T2 > * = nullptr, require_all_not_st_var< T1, T2 > * = nullptr>
auto stan::math::divide ( const T1 &  m,
const T2 &  c 
)
inline

Return matrix divided by scalar.

Template Parameters
Mattype of the matrix or expression
Scaltype of the scalar
Parameters
[in]mspecified matrix or expression
[in]cspecified scalar
Returns
matrix divided by the scalar

Definition at line 46 of file divide.hpp.