Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Multiplication operator for a scalar and a variable (C++).
The partial derivative for the variable is
\(\frac{\partial}{\partial y} (c * y) = c\).
Arith | An arithmetic type |
a | Scalar operand. |
b | Variable operand. |
Definition at line 113 of file operator_multiplication.hpp.