Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daijfact.c543 static PetscErrorCode MatSolve_SeqAIJ_InplaceWithPerm(Mat, Vec, Vec);
706 A->ops->solve = MatSolve_SeqAIJ_InplaceWithPerm; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
992 static PetscErrorCode MatSolve_SeqAIJ_InplaceWithPerm(Mat A, Vec bb, Vec xx) in MatSolve_SeqAIJ_InplaceWithPerm() function