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