Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Subtraction operator for variable and scalar.
The derivative for the variable is
\(\frac{\partial}{\partial x} (x-c) = 1\), and
Var | value type of a var |
Arith | An arithmetic type |
a | First variable operand. |
b | Second scalar operand. |
Definition at line 78 of file operator_subtraction.hpp.