Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ arena_t

template<typename T >
using stan::arena_t = typedef typename internal::arena_type_impl<std::decay_t<T> >::type

Determines a type that can be used in place of T that does any dynamic allocations on the AD stack.

This way resulting types are trivially destructible and can be used in vari classes.

Definition at line 58 of file arena_type.hpp.