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