Home
last modified time | relevance | path

Searched refs:MatSolve_SeqAIJCUSPARSE_LU (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu1410 static PetscErrorCode MatSolve_SeqAIJCUSPARSE_LU(Mat A, Vec b, Vec x) in MatSolve_SeqAIJCUSPARSE_LU() function
1750 …fact->ops->solve = MatSolve_SeqAIJCUSPARSE_LU; // spMatDescr_L/U uses 32-bit indices, … in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
2162 B->ops->solve = MatSolve_SeqAIJCUSPARSE_LU; in MatLUFactorNumeric_SeqAIJCUSPARSE()