Save the vari pointers 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.
- Template Parameters
-
EigT | An Eigen type with var value type |
Pargs | Types of remaining arguments |
- Parameters
-
[in,out] | dest | Pointer to where vari pointers are saved |
[in] | x | An Eigen container of vars |
[in] | args | Additional arguments to have their varis saved |
- Returns
- Final position of dest pointer
Definition at line 114 of file save_varis.hpp.