Searched refs:MatSolve_SeqAIJCUSPARSE_Cholesky (Results 1 – 1 of 1) sorted by relevance
714 static PetscErrorCode MatSolve_SeqAIJCUSPARSE_Cholesky(Mat A, Vec b, Vec x) in MatSolve_SeqAIJCUSPARSE_Cholesky() function1021 B->ops->solve = MatSolve_SeqAIJCUSPARSE_Cholesky; in MatCholeskyFactorNumeric_SeqAIJCUSPARSE()1022 B->ops->solvetranspose = MatSolve_SeqAIJCUSPARSE_Cholesky; in MatCholeskyFactorNumeric_SeqAIJCUSPARSE()