MATSOLVERCUSPARSE#

“cusparse” - A matrix type providing triangular solvers for seq matrices on a single GPU of type, MATSEQAIJCUSPARSE. Currently supported algorithms are ILU(k) and ICC(k). Typically, deeper factorizations (larger k) results in poorer performance in the triangular solves. Full LU, and Cholesky decompositions can be solved through the CuSPARSE triangular solve algorithm. However, the performance can be quite poor and thus these algorithms are not recommended. This class does NOT support direct solver operations.

See Also#

Matrices, Mat, MATSEQAIJCUSPARSE, PCFactorSetMatSolverType(), MatSolverType, MatCreateSeqAIJCUSPARSE(), MATAIJCUSPARSE, MatCreateAIJCUSPARSE(), MatCUSPARSESetFormat(), MatCUSPARSEStorageFormat, MatCUSPARSEFormatOperation

Level#

beginner

Location#

src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages