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

◆ operator*() [9/20]

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

Matrix multiplication of two kernel generator expressions.

Evaluates both expressions before calculating the matrix product.

Template Parameters
T_atype of first expression
T_btype of second expression
Parameters
afirst expression
bsecond expression
Returns
Matrix product of given arguments

Definition at line 106 of file multiply.hpp.