Loading src/TNL/Matrices/SparseMatrixView.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -740,7 +740,7 @@ SparseMatrixView< Real, Device, Index, MatrixType, SegmentsView, ComputeReal >:: sequentialForRows( IndexType begin, IndexType end, Function& function ) const { for( IndexType row = begin; row < end; row ++ ) this->forElements( row, row + 1, function ); this->forRows( row, row + 1, function ); } template< typename Real, Loading @@ -755,7 +755,7 @@ SparseMatrixView< Real, Device, Index, MatrixType, SegmentsView, ComputeReal >:: sequentialForRows( IndexType begin, IndexType end, Function& function ) { for( IndexType row = begin; row < end; row ++ ) this->forElements( row, row + 1, function ); this->forRows( row, row + 1, function ); } template< typename Real, Loading Loading
src/TNL/Matrices/SparseMatrixView.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -740,7 +740,7 @@ SparseMatrixView< Real, Device, Index, MatrixType, SegmentsView, ComputeReal >:: sequentialForRows( IndexType begin, IndexType end, Function& function ) const { for( IndexType row = begin; row < end; row ++ ) this->forElements( row, row + 1, function ); this->forRows( row, row + 1, function ); } template< typename Real, Loading @@ -755,7 +755,7 @@ SparseMatrixView< Real, Device, Index, MatrixType, SegmentsView, ComputeReal >:: sequentialForRows( IndexType begin, IndexType end, Function& function ) { for( IndexType row = begin; row < end; row ++ ) this->forElements( row, row + 1, function ); this->forRows( row, row + 1, function ); } template< typename Real, Loading