Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact3.c40 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_N; in MatSeqBAIJSetNumericFactorization()
47 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_N; in MatSeqBAIJSetNumericFactorization()
74 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_N; in MatSeqBAIJSetNumericFactorization()
H A Dbaijfact2.c114 PetscErrorCode MatLUFactorNumeric_SeqBAIJ_N(Mat B, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_SeqBAIJ_N() function
H A Dbaij.h167 PETSC_INTERN PetscErrorCode MatLUFactorNumeric_SeqBAIJ_N(Mat, Mat, const MatFactorInfo *);