Searched refs:MatSolve_SeqAIJCUSPARSE (Results 1 – 1 of 1) sorted by relevance
43 static PetscErrorCode MatSolve_SeqAIJCUSPARSE(Mat, Vec, Vec);1034 B->ops->solve = MatSolve_SeqAIJCUSPARSE; in MatCholeskyFactorNumeric_SeqAIJCUSPARSE()1624 static PetscErrorCode MatSolve_SeqAIJCUSPARSE(Mat A, Vec bb, Vec xx) in MatSolve_SeqAIJCUSPARSE() function2176 B->ops->solve = MatSolve_SeqAIJCUSPARSE; in MatLUFactorNumeric_SeqAIJCUSPARSE()