proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <proxsuite/linalg/veg/memory/dynamic_stack.hpp>
Public Member Functions | |
constexpr auto | alloc_req () const noexcept -> isize |
Static Public Member Functions | |
template<typename T > | |
static constexpr auto | with_len (proxsuite::linalg::veg::Tag< T >, isize len) noexcept -> StackReq |
static | VEG_CPP14 (constexpr) auto and_(Slice< StackReq > reqs) noexcept -> StackReq |
static | VEG_CPP14 (constexpr) auto or_(Slice< StackReq > reqs) noexcept -> StackReq |
Public Attributes | |
isize | size_bytes |
isize | align |
Friends | |
constexpr friend auto | operator== (StackReq a, StackReq b) noexcept -> bool |
constexpr friend auto | operator& (StackReq a, StackReq b) noexcept -> StackReq |
constexpr friend auto | operator| (StackReq a, StackReq b) noexcept -> StackReq |
Definition at line 34 of file dynamic_stack.hpp.
|
inlineconstexprnoexcept |
Definition at line 68 of file dynamic_stack.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 74 of file dynamic_stack.hpp.
|
inlinestaticnoexcept |
Definition at line 83 of file dynamic_stack.hpp.
|
inlinestaticnoexcept |
Definition at line 93 of file dynamic_stack.hpp.
Definition at line 39 of file dynamic_stack.hpp.
Definition at line 44 of file dynamic_stack.hpp.
Definition at line 57 of file dynamic_stack.hpp.
isize proxsuite::linalg::veg::dynstack::StackReq::size_bytes |
Definition at line 36 of file dynamic_stack.hpp.
isize proxsuite::linalg::veg::dynstack::StackReq::align |
Definition at line 37 of file dynamic_stack.hpp.