Opm::gpuistl::GpuSparseMatrixWrapper< T, ForceLegacy > Member List

This is the complete list of members for Opm::gpuistl::GpuSparseMatrixWrapper< T, ForceLegacy >, including all inherited members.

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