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