Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Operator overload for multiplying a var_value<Matrix>
.
At least one input must be a var_value<Matrix>
type.
T1 | Either a var_value<Matrix> , type inheriting from Eigen::DenseMatrix , or a scalar |
T2 | Either a var_value<Matrix> , type inheriting from Eigen::DenseMatrix , or a scalar |
a | The left hand side of the multiplication |
b | The right hand side of the multiplication |
Definition at line 210 of file multiply.hpp.