Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu43 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() function
2176 B->ops->solve = MatSolve_SeqAIJCUSPARSE; in MatLUFactorNumeric_SeqAIJCUSPARSE()