Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Addition operator for variable and scalar (C++).
The derivative with respect to the variable is
\(\frac{d}{dx} (x + c) = 1\).
Arith | An arithmetic type |
a | First variable operand. |
b | Second scalar operand. |
Definition at line 74 of file operator_addition.hpp.