Searched refs:MatICCFactor (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex30.c | 199 PetscCall(MatICCFactor(A, row, &info)); in main()
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 144 MatICCFactor(Mat matrix,IS permutation,const MatFactorInfo *info);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 466 PetscErrorCode MatICCFactor(PetscMat, PetscIS, PetscMatFactorInfo*)
|
| H A D | Mat.pyx | 4867 factorILU, petsc.MatICCFactor 4872 CHKERR(MatICCFactor(self.mat, isperm.iset, &info))
|
| /petsc/include/ |
| H A D | petscmat.h | 1559 PETSC_EXTERN PetscErrorCode MatICCFactor(Mat, IS, const MatFactorInfo *);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 9213 PetscErrorCode MatICCFactor(Mat mat, IS row, const MatFactorInfo *info) in MatICCFactor() function
|