proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <proxsuite/linalg/veg/slice.hpp>
#include <proxsuite/linalg/veg/memory/dynamic_stack.hpp>
#include <type_traits>
#include <Eigen/SparseCore>
Go to the source code of this file.
Namespaces | |
namespace | proxsuite |
namespace | proxsuite::linalg |
namespace | proxsuite::linalg::sparse |
namespace | proxsuite::linalg::sparse::tags |
namespace | proxsuite::linalg::sparse::concepts |
namespace | proxsuite::linalg::sparse::_detail |
namespace | proxsuite::linalg::sparse::util |
namespace | proxsuite::linalg::sparse::util::nb |
Macros | |
#define | SPARSE_LDLT_CONCEPT(...) VEG_CONCEPT_MACRO(::proxsuite::linalg::sparse::concepts, __VA_ARGS__) |
#define | SPARSE_LDLT_CHECK_CONCEPT(...) VEG_CONCEPT_MACRO(::proxsuite::linalg::sparse::concepts, __VA_ARGS__) |
Functions | |
proxsuite::linalg::sparse::tags::VEG_TAG (from_eigen, FromEigen) | |
proxsuite::linalg::sparse::util::VEG_NIEBLOID (wrapping_plus) | |
proxsuite::linalg::sparse::util::VEG_NIEBLOID (checked_non_negative_plus) | |
proxsuite::linalg::sparse::util::VEG_NIEBLOID (wrapping_inc) | |
proxsuite::linalg::sparse::util::VEG_NIEBLOID (wrapping_dec) | |
proxsuite::linalg::sparse::util::VEG_NIEBLOID (sign_extend) | |
proxsuite::linalg::sparse::util::VEG_NIEBLOID (zero_extend) | |
#define SPARSE_LDLT_CONCEPT | ( | ... | ) | VEG_CONCEPT_MACRO(::proxsuite::linalg::sparse::concepts, __VA_ARGS__) |
#define SPARSE_LDLT_CHECK_CONCEPT | ( | ... | ) | VEG_CONCEPT_MACRO(::proxsuite::linalg::sparse::concepts, __VA_ARGS__) |