Loading src/TNL/Matrices/Sandbox/SparseSandboxMatrix.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ template< typename Function > void SparseSandboxMatrix< Real, Device, Index, MatrixType, RealAllocator, IndexAllocator >::forAllRows( Function&& function ) const { this->getConsView().forAllRows( function ); this->getConstView().forAllRows( function ); } template< typename Real, typename Device, typename Index, typename MatrixType, typename RealAllocator, typename IndexAllocator > Loading src/TNL/Matrices/SparseMatrix.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ void SparseMatrix< Real, Device, Index, MatrixType, Segments, ComputeReal, RealAllocator, IndexAllocator >::forAllRows( Function&& function ) const { this->getConsView().forAllRows( function ); this->getConstView().forAllRows( function ); } template< typename Real, Loading Loading
src/TNL/Matrices/Sandbox/SparseSandboxMatrix.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ template< typename Function > void SparseSandboxMatrix< Real, Device, Index, MatrixType, RealAllocator, IndexAllocator >::forAllRows( Function&& function ) const { this->getConsView().forAllRows( function ); this->getConstView().forAllRows( function ); } template< typename Real, typename Device, typename Index, typename MatrixType, typename RealAllocator, typename IndexAllocator > Loading
src/TNL/Matrices/SparseMatrix.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ void SparseMatrix< Real, Device, Index, MatrixType, Segments, ComputeReal, RealAllocator, IndexAllocator >::forAllRows( Function&& function ) const { this->getConsView().forAllRows( function ); this->getConstView().forAllRows( function ); } template< typename Real, Loading