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

◆ operator*() [20/20]

template<typename T1 , typename T2 , require_any_var_matrix_t< T1, T2 > * = nullptr>
auto stan::math::operator* ( const T1 &  a,
const T2 &  b 
)
inline

Operator overload for multiplying a var_value<Matrix>.

At least one input must be a var_value<Matrix> type.

Template Parameters
T1Either a var_value<Matrix>, type inheriting from Eigen::DenseMatrix, or a scalar
T2Either a var_value<Matrix>, type inheriting from Eigen::DenseMatrix, or a scalar
Parameters
aThe left hand side of the multiplication
bThe right hand side of the multiplication

Definition at line 210 of file multiply.hpp.