Skip to content
  • Mark OLESEN's avatar
    ENH: add iterators to VectorSpace (#1265) · 1c4e32fb
    Mark OLESEN authored
    - this adds support for various STL operations including
    
        * sorting, filling, find min/max element etc.
        * for-range iteration
    
    STYLE: use constexpr for VectorSpace rank
    1c4e32fb