Stan Math Library
4.9.0
Automatic Differentiation
|
Prefix decrement operator for variables (C++).
Following C++, (–a)
is defined to behave exactly as
a = a - 1.0)
does, but is faster and uses less memory. In particular, the result is an assignable lvalue.
a | Variable to decrement. |
Definition at line 26 of file operator_unary_decrement.hpp.