Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Accumulate adjoints from x into storage pointed to by dest, increment the adjoint storage pointer, recursively accumulate the adjoints of the rest of the arguments, and return final position of storage pointer.
Pargs | Types of remaining arguments |
dest | Pointer to where adjoints are to be accumulated |
x | A var |
args | Further args to accumulate over |
Definition at line 51 of file accumulate_adjoints.hpp.