Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact.c747 PetscErrorCode MatCholeskyFactorNumeric_SeqBAIJ_N(Mat C, Mat A, const MatFactorInfo *info) in MatCholeskyFactorNumeric_SeqBAIJ_N() function
1240 fact->ops->choleskyfactornumeric = MatCholeskyFactorNumeric_SeqBAIJ_N; in MatICCFactorSymbolic_SeqBAIJ()
1418 B->ops->choleskyfactornumeric = MatCholeskyFactorNumeric_SeqBAIJ_N; in MatCholeskyFactorSymbolic_SeqBAIJ()
H A Dbaij.h52 PETSC_INTERN PetscErrorCode MatCholeskyFactorNumeric_SeqBAIJ_N(Mat, Mat, const MatFactorInfo *);