proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
Go to the source code of this file.
Macros | |
#define | __VEG_IMPL_MAKE_STACK(vec, stack, ...) |
#define | VEG_MAKE_STACK(stack, ...) __VEG_IMPL_MAKE_STACK(VEG_ID(stack_storage), stack, __VA_ARGS__) |
#define __VEG_IMPL_MAKE_STACK | ( | vec, | |
stack, | |||
... ) |
Definition at line 7 of file dynstack_alloc.hpp.
#define VEG_MAKE_STACK | ( | stack, | |
... ) __VEG_IMPL_MAKE_STACK(VEG_ID(stack_storage), stack, __VA_ARGS__) |
Definition at line 16 of file dynstack_alloc.hpp.