blockSize() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
dim() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
dispatchOnBlocksize(FunctionType function) const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
field_type typedef | Opm::gpuistl::GpuSparseMatrixWrapper< T > | |
fromMatrix(const MatrixType &matrix, bool copyNonZeroElementsDirectly=false) | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inlinestatic |
get() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getColumnIndices() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getColumnIndices() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getDescription() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getNonZeroValues() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getNonZeroValues() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getRowIndices() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
getRowIndices() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
GpuSparseMatrixWrapper(const T *nonZeroElements, const int *rowIndices, const int *columnIndices, size_t numberOfNonzeroBlocks, size_t blockSize, size_t numberOfRows) | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
GpuSparseMatrixWrapper(const GpuVector< int > &rowIndices, const GpuVector< int > &columnIndices, size_t blockSize) | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
GpuSparseMatrixWrapper(const GpuSparseMatrixWrapper &other) | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
GpuSparseMatrixWrapper()=default | Opm::gpuistl::GpuSparseMatrixWrapper< T > | |
matrix_type typedef | Opm::gpuistl::GpuSparseMatrixWrapper< T > | |
max_block_size | Opm::gpuistl::GpuSparseMatrixWrapper< T > | static |
mv(const GpuVector< T > &x, GpuVector< T > &y) const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inlinevirtual |
N() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
nonzeroes() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
operator->() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
operator->() const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
operator=(const GpuSparseMatrixWrapper &)=delete | Opm::gpuistl::GpuSparseMatrixWrapper< T > | |
setLowerTriangular() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
setNonUnitDiagonal() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
setUnitDiagonal() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
setUpperTriangular() | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
umv(const GpuVector< T > &x, GpuVector< T > &y) const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inlinevirtual |
updateNonzeroValues(const MatrixType &matrix, bool copyNonZeroElementsDirectly=false) | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
updateNonzeroValues(const GpuSparseMatrixWrapper< T > &matrix) | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inline |
usmv(T alpha, const GpuVector< T > &x, GpuVector< T > &y) const | Opm::gpuistl::GpuSparseMatrixWrapper< T > | inlinevirtual |
~GpuSparseMatrixWrapper()=default | Opm::gpuistl::GpuSparseMatrixWrapper< T > | |