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

◆ multiply() [3/16]

template<typename T_a , typename T_b , require_stan_scalar_t< T_a > * = nullptr, require_all_kernel_expressions_and_none_scalar_t< T_b > * = nullptr, require_all_not_var_t< T_a, T_b > * = nullptr>
matrix_cl< return_type_t< T_a, T_b > > stan::math::multiply ( const T_a &  a,
const T_b &  b 
)
inline

Matrix multiplication of a scalar and a kernel generator expressions.

Template Parameters
T_atype of scalar
T_btype of the kernel generator expression
Parameters
ascalar
bexpression
Returns
Matrix product of given arguments
Template Parameters
T_atype of the kernel generator expression
T_btype of scalar
Parameters
aexpression
bscalar
Returns
Matrix product of given arguments

Definition at line 123 of file multiply.hpp.