Loading src/TNL/Algorithms/Segments/BiEllpack.h +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ namespace TNL void forSegments(IndexType begin, IndexType end, Function &&f) const; template <typename Function> void forEachSegment(Function &&f) const; void forAllSegments(Function &&f) const; /*** * \brief Go over all segments and perform a reduction in each of them. Loading src/TNL/Algorithms/Segments/BiEllpack.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -486,9 +486,9 @@ template< typename Device, template< typename Function > void BiEllpack< Device, Index, IndexAllocator, Organization, WarpSize >:: forEachSegment( Function&& f ) const forAllSegments( Function&& f ) const { this->getConstView().forEachSegment( f ); this->getConstView().forAllSegments( f ); } Loading src/TNL/Algorithms/Segments/BiEllpackView.h +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ class BiEllpackView void forSegments( IndexType begin, IndexType end, Function&& f ) const; template< typename Function > void forEachSegment( Function&& f ) const; void forAllSegments( Function&& f ) const; /*** * \brief Go over all segments and perform a reduction in each of them. Loading src/TNL/Algorithms/Segments/BiEllpackView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ template< typename Device, template< typename Function > void BiEllpackView< Device, Index, Organization, WarpSize >:: forEachSegment( Function&& f ) const forAllSegments( Function&& f ) const { this->forSegments( 0, this->getSegmentsCount(), f ); } Loading src/TNL/Algorithms/Segments/CSR.h +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ class CSR void forSegments( IndexType begin, IndexType end, Function&& f ) const; template< typename Function > void forEachSegment( Function&& f ) const; void forAllSegments( Function&& f ) const; /*** * \brief Go over all segments and perform a reduction in each of them. Loading Loading
src/TNL/Algorithms/Segments/BiEllpack.h +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ namespace TNL void forSegments(IndexType begin, IndexType end, Function &&f) const; template <typename Function> void forEachSegment(Function &&f) const; void forAllSegments(Function &&f) const; /*** * \brief Go over all segments and perform a reduction in each of them. Loading
src/TNL/Algorithms/Segments/BiEllpack.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -486,9 +486,9 @@ template< typename Device, template< typename Function > void BiEllpack< Device, Index, IndexAllocator, Organization, WarpSize >:: forEachSegment( Function&& f ) const forAllSegments( Function&& f ) const { this->getConstView().forEachSegment( f ); this->getConstView().forAllSegments( f ); } Loading
src/TNL/Algorithms/Segments/BiEllpackView.h +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ class BiEllpackView void forSegments( IndexType begin, IndexType end, Function&& f ) const; template< typename Function > void forEachSegment( Function&& f ) const; void forAllSegments( Function&& f ) const; /*** * \brief Go over all segments and perform a reduction in each of them. Loading
src/TNL/Algorithms/Segments/BiEllpackView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ template< typename Device, template< typename Function > void BiEllpackView< Device, Index, Organization, WarpSize >:: forEachSegment( Function&& f ) const forAllSegments( Function&& f ) const { this->forSegments( 0, this->getSegmentsCount(), f ); } Loading
src/TNL/Algorithms/Segments/CSR.h +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ class CSR void forSegments( IndexType begin, IndexType end, Function&& f ) const; template< typename Function > void forEachSegment( Function&& f ) const; void forAllSegments( Function&& f ) const; /*** * \brief Go over all segments and perform a reduction in each of them. Loading