Stan Math Library
4.9.0
Automatic Differentiation
|
Prefix increment 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 increment. |
Definition at line 22 of file operator_unary_increment.hpp.