Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex52f.F9058 PetscCallA(MatFactorGetErrorZeroPivot(F, pivot, row, ierr))
/petsc/include/
H A Dpetscmat.h1518 PETSC_EXTERN PetscErrorCode MatFactorGetErrorZeroPivot(Mat, PetscReal *, PetscInt *);
/petsc/src/mat/interface/
H A Dmatrix.c165 PetscErrorCode MatFactorGetErrorZeroPivot(Mat mat, PetscReal *pivot, PetscInt *row) in MatFactorGetErrorZeroPivot() function