Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ to_arena() [7/7]

template<typename Tuple , require_tuple_t< Tuple > * = nullptr>
auto stan::math::to_arena ( Tuple &&  tup)
inline

Copies objects inside of tuple onto ad stack.

Template Parameters
Tuplestd::tuple type
Parameters
tupA tuple with inner objects to be move to the ad stack
Returns
A tuple with inner types moved into the AD stack

Definition at line 145 of file to_arena.hpp.