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