Searched refs:MatSolve_SeqAIJCUSPARSE_LU (Results 1 – 1 of 1) sorted by relevance
1410 static PetscErrorCode MatSolve_SeqAIJCUSPARSE_LU(Mat A, Vec b, Vec x) in MatSolve_SeqAIJCUSPARSE_LU() function1750 …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()