Loading src/TNL/Matrices/SparseMatrix.h +1 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,7 @@ class SparseMatrix : public Matrix< Real, Device, Index, RealAllocator > template< typename Vector > void getCompressedRowLengths( Vector& rowLengths ) const; __cuda_callable__ IndexType getRowCapacity( const IndexType row ) const; template< typename Matrix > Loading src/TNL/Matrices/SparseMatrix.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,7 @@ template< typename Real, template< typename, typename, typename > class Segments, typename RealAllocator, typename IndexAllocator > __cuda_callable__ Index SparseMatrix< Real, Device, Index, MatrixType, Segments, RealAllocator, IndexAllocator >:: getRowCapacity( const IndexType row ) const Loading src/TNL/Matrices/SparseMatrixView.h +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ class SparseMatrixView : public MatrixView< Real, Device, Index > template< typename Vector > void getCompressedRowLengths( Vector& rowLengths ) const; __cuda_callable__ IndexType getRowCapacity( const IndexType row ) const; IndexType getNumberOfNonzeroMatrixElements() const; Loading src/TNL/Matrices/SparseMatrixView.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ template< typename Real, typename Index, typename MatrixType, template< typename, typename > class SegmentsView > __cuda_callable__ Index SparseMatrixView< Real, Device, Index, MatrixType, SegmentsView >:: getRowCapacity( const IndexType row ) const Loading Loading
src/TNL/Matrices/SparseMatrix.h +1 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,7 @@ class SparseMatrix : public Matrix< Real, Device, Index, RealAllocator > template< typename Vector > void getCompressedRowLengths( Vector& rowLengths ) const; __cuda_callable__ IndexType getRowCapacity( const IndexType row ) const; template< typename Matrix > Loading
src/TNL/Matrices/SparseMatrix.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,7 @@ template< typename Real, template< typename, typename, typename > class Segments, typename RealAllocator, typename IndexAllocator > __cuda_callable__ Index SparseMatrix< Real, Device, Index, MatrixType, Segments, RealAllocator, IndexAllocator >:: getRowCapacity( const IndexType row ) const Loading
src/TNL/Matrices/SparseMatrixView.h +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ class SparseMatrixView : public MatrixView< Real, Device, Index > template< typename Vector > void getCompressedRowLengths( Vector& rowLengths ) const; __cuda_callable__ IndexType getRowCapacity( const IndexType row ) const; IndexType getNumberOfNonzeroMatrixElements() const; Loading
src/TNL/Matrices/SparseMatrixView.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ template< typename Real, typename Index, typename MatrixType, template< typename, typename > class SegmentsView > __cuda_callable__ Index SparseMatrixView< Real, Device, Index, MatrixType, SegmentsView >:: getRowCapacity( const IndexType row ) const Loading