proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
Functions | |
VEG_DEF_CONCEPT (typename T, no_wraps_around,(T(-1)<=T(0))) | |
VEG_DEF_CONCEPT (typename T, wraps_around,(T(-1) > T(0))) | |
VEG_DEF_CONCEPT ((usize I, usize N), less_than,(I< N)) | |
VEG_DEF_CONCEPT (typename T, bounded_array, meta::is_bounded_array< T >::value) | |
proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT | ( | typename T | , |
no_wraps_around | , | ||
(T(-1)<=T(0)) | ) |
proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT | ( | typename T | , |
wraps_around | , | ||
(T(-1) > T(0)) | ) |
proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT | ( | typename T | , |
bounded_array | , | ||
meta::is_bounded_array< T >::value | ) |