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

◆ operator*() [7/20]

template<typename T_a , typename T_b , typename = require_arithmetic_t<T_a>, typename = require_all_kernel_expressions_t<T_b>>
elt_multiply_< as_operation_cl_t< T_a >, as_operation_cl_t< T_b > > stan::math::operator* ( T_a  a,
T_b &&  b 
)
inline

Multiplication of a scalar and a kernel generator expression.

Template Parameters
T_atype of scalar
T_btype of expression
Parameters
ascalar
bexpression
Returns
Multiplication of given arguments

Definition at line 262 of file binary_operation.hpp.