![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Ignore arithmetic types.
Recursively accumulate the adjoints of the rest of the arguments and return final position of adjoint storage pointer.
| Arith | A type satisfying std::is_arithmetic. |
| Pargs | Types of remaining arguments |
| dest | Pointer to where adjoints are to be accumulated |
| x | An object that is either arithmetic or a container of Arithmetic types |
| args | Further args to accumulate over |
Definition at line 139 of file accumulate_adjoints.hpp.