Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Save the vari pointer in x into the memory pointed to by dest, increment the dest storage pointer, recursively call save_varis on the rest of the arguments, and return the final value of the dest storage pointer.
Pargs | Types of remaining arguments |
[in,out] | dest | Pointer to where vari pointers are saved |
[in] | x | A var |
[in] | args | Additional arguments to have their varis saved |
Definition at line 51 of file save_varis.hpp.