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

◆ elt_multiply() [5/5]

template<typename T1 , typename T2 , require_any_matrix_t< T1, T2 > * = nullptr, require_any_stan_scalar_t< T1, T2 > * = nullptr>
auto stan::math::elt_multiply ( const T1 &  A,
const T2 &  B 
)
inline

Return specified matrix multiplied by specified scalar.

One argument is a matrix and one is a scalar.

Template Parameters
T1type of the first argument
T2type of the second argument
Parameters
Afirst argument
Bsecond argument
Returns
product of matrix and scalar

Definition at line 62 of file elt_multiply.hpp.