proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::linalg::veg::concepts::aux Namespace Reference

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)

Function Documentation

◆ VEG_DEF_CONCEPT() [1/4]

proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT(typename T,
no_wraps_around,
(T(-1)<=T(0)) )

◆ VEG_DEF_CONCEPT() [2/4]

proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT(typename T,
wraps_around,
(T(-1) > T(0)) )

◆ VEG_DEF_CONCEPT() [3/4]

proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT((usize I, usize N),
less_than,
(I< N) )

◆ VEG_DEF_CONCEPT() [4/4]

proxsuite::linalg::veg::concepts::aux::VEG_DEF_CONCEPT(typename T,
bounded_array,
meta::is_bounded_array< T >::value )