Xped
Loading...
Searching...
No Matches
StanArenaPolicy.hpp
Go to the documentation of this file.
1#ifndef XPED_STAN_ARENA_POLICY_HPP_
2#define XPED_STAN_ARENA_POLICY_HPP_
3
4#include "stan/math/rev/core/arena_allocator.hpp"
5
6namespace Xped {
7
9{
10 template <typename T>
11 using Allocator = stan::math::arena_allocator<T>;
12};
13
14} // namespace Xped
15#endif
Definition: bench.cpp:62
Definition: StanArenaPolicy.hpp:9
stan::math::arena_allocator< T > Allocator
Definition: StanArenaPolicy.hpp:11