blockSize() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
dim() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
field_type typedef | Opm::gpuistl::GpuSparseMatrix< T > | |
fromMatrix(const MatrixType &matrix, bool copyNonZeroElementsDirectly=false) | Opm::gpuistl::GpuSparseMatrix< T > | static |
getColumnIndices() | Opm::gpuistl::GpuSparseMatrix< T > | inline |
getColumnIndices() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
getDescription() | Opm::gpuistl::GpuSparseMatrix< T > | inline |
getNonZeroValues() | Opm::gpuistl::GpuSparseMatrix< T > | inline |
getNonZeroValues() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
getRowIndices() | Opm::gpuistl::GpuSparseMatrix< T > | inline |
getRowIndices() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
GpuSparseMatrix(const T *nonZeroElements, const int *rowIndices, const int *columnIndices, size_t numberOfNonzeroBlocks, size_t blockSize, size_t numberOfRows) | Opm::gpuistl::GpuSparseMatrix< T > | |
GpuSparseMatrix(const GpuVector< int > &rowIndices, const GpuVector< int > &columnIndices, size_t blockSize) | Opm::gpuistl::GpuSparseMatrix< T > | |
GpuSparseMatrix(const GpuSparseMatrix &) | Opm::gpuistl::GpuSparseMatrix< T > | |
mv(const GpuVector< T > &x, GpuVector< T > &y) const | Opm::gpuistl::GpuSparseMatrix< T > | virtual |
N() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
nonzeroes() const | Opm::gpuistl::GpuSparseMatrix< T > | inline |
operator=(const GpuSparseMatrix &)=delete | Opm::gpuistl::GpuSparseMatrix< T > | |
setLowerTriangular() | Opm::gpuistl::GpuSparseMatrix< T > | |
setNonUnitDiagonal() | Opm::gpuistl::GpuSparseMatrix< T > | |
setUnitDiagonal() | Opm::gpuistl::GpuSparseMatrix< T > | |
setUpperTriangular() | Opm::gpuistl::GpuSparseMatrix< T > | |
umv(const GpuVector< T > &x, GpuVector< T > &y) const | Opm::gpuistl::GpuSparseMatrix< T > | virtual |
updateNonzeroValues(const MatrixType &matrix, bool copyNonZeroElementsDirectly=false) | Opm::gpuistl::GpuSparseMatrix< T > | |
updateNonzeroValues(const GpuSparseMatrix< T > &matrix) | Opm::gpuistl::GpuSparseMatrix< T > | |
usmv(T alpha, const GpuVector< T > &x, GpuVector< T > &y) const | Opm::gpuistl::GpuSparseMatrix< T > | virtual |
~GpuSparseMatrix() | Opm::gpuistl::GpuSparseMatrix< T > | virtual |