Home
last modified time | relevance | path

Searched refs:MatGetInertia (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex8.c140 PetscCall(MatGetInertia(F, &in, NULL, NULL)); in main()
162 PetscCall(MatGetInertia(F, &in, NULL, NULL)); in main()
H A Dex33.c123 PetscCall(MatGetInertia(F, &nneg, &nzero, &npos)); in main()
/petsc/doc/changes/
H A D215.md28 - Added MatGetInertia()
H A D39.md71 - Added MatGetInertia() for SuperLU_DIST interface.
/petsc/src/mat/tests/
H A Dex127.c117 PetscCall(MatGetInertia(F, &nneg, &nzero, &npos)); in main()
H A Dex125.c376 PetscCall(MatGetInertia(F, &nneg, &nzero, &npos)); in main()
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c642 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM()
650 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM()
659 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM()
680 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM()
/petsc/doc/manual/
H A Dadvanced.md264 as the inertia of a matrix via `MatGetInertia()`.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi472 PetscErrorCode MatGetInertia(PetscMat, PetscInt*, PetscInt*, PetscInt*)
H A DMat.pyx4896 petsc.MatGetInertia
4900 CHKERR(MatGetInertia(self.mat, &ival1, &ival2, &ival3))
/petsc/include/
H A Dpetscmat.h1564 PETSC_EXTERN PetscErrorCode MatGetInertia(Mat, PetscInt *, PetscInt *, PetscInt *);
/petsc/src/mat/interface/
H A Dmatrix.c9294 PetscErrorCode MatGetInertia(Mat mat, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia() function