Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daij.h346 PETSC_INTERN PetscErrorCode MatLUFactorNumeric_SeqAIJ_InplaceWithPerm(Mat, Mat, const MatFactorInfo…
H A Daijfact.c555 PetscErrorCode MatLUFactorNumeric_SeqAIJ_InplaceWithPerm(Mat B, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm() function
H A Daij.c2613 PetscCall(MatLUFactorNumeric_SeqAIJ_InplaceWithPerm(outA, inA, info)); in MatILUFactor_SeqAIJ()