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

◆ multiply() [10/17]

template<typename Scal , typename Mat , require_stan_scalar_t< Scal > * = nullptr, require_eigen_t< Mat > * = nullptr, require_all_not_st_var< Scal, Mat > * = nullptr, require_all_not_complex_t< Scal, value_type_t< Mat > > * = nullptr>
auto stan::math::multiply ( Scal  c,
const Mat &  m 
)
inline

Return specified scalar multiplied by specified matrix.

Template Parameters
Scaltype of the scalar
Mattype of the matrix or expression
Parameters
cscalar
mmatrix
Returns
product of scalar and matrix

Definition at line 83 of file multiply.hpp.