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
6
namespace
Xped
{
7
8
struct
StanArenaPolicy
9
{
10
template
<
typename
T>
11
using
Allocator
= stan::math::arena_allocator<T>;
12
};
13
14
}
// namespace Xped
15
#endif
Xped
Definition:
bench.cpp:62
Xped::StanArenaPolicy
Definition:
StanArenaPolicy.hpp:9
Xped::StanArenaPolicy::Allocator
stan::math::arena_allocator< T > Allocator
Definition:
StanArenaPolicy.hpp:11
include
Xped
Core
allocators
StanArenaPolicy.hpp
Generated by
1.9.6