proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include "proxsuite/linalg/veg/internal/typedefs.hpp"
#include "proxsuite/linalg/veg/util/defer.hpp"
#include "proxsuite/linalg/veg/internal/dbg.hpp"
#include "proxsuite/linalg/veg/internal/prologue.hpp"
#include <cassert>
#include "proxsuite/linalg/veg/internal/epilogue.hpp"
Go to the source code of this file.
Macros | |
#define | VEG_ASSERT(...) assert((__VA_ARGS__)) |
#define | VEG_ASSERT_ALL_OF(...) assert(::proxsuite::linalg::veg::_detail::all_of({ __VA_ARGS__ })) |
#define | VEG_UNIMPLEMENTED() |
#define VEG_ASSERT | ( | ... | ) | assert((__VA_ARGS__)) |
Definition at line 10 of file assert_impl.hpp.
#define VEG_ASSERT_ALL_OF | ( | ... | ) | assert(::proxsuite::linalg::veg::_detail::all_of({ __VA_ARGS__ })) |
Definition at line 12 of file assert_impl.hpp.
#define VEG_UNIMPLEMENTED | ( | ) |
Definition at line 15 of file assert_impl.hpp.