Searched refs:MatGetInertia (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex8.c | 140 PetscCall(MatGetInertia(F, &in, NULL, NULL)); in main() 162 PetscCall(MatGetInertia(F, &in, NULL, NULL)); in main()
|
| H A D | ex33.c | 123 PetscCall(MatGetInertia(F, &nneg, &nzero, &npos)); in main()
|
| /petsc/doc/changes/ |
| H A D | 215.md | 28 - Added MatGetInertia()
|
| H A D | 39.md | 71 - Added MatGetInertia() for SuperLU_DIST interface.
|
| /petsc/src/mat/tests/ |
| H A D | ex127.c | 117 PetscCall(MatGetInertia(F, &nneg, &nzero, &npos)); in main()
|
| H A D | ex125.c | 376 PetscCall(MatGetInertia(F, &nneg, &nzero, &npos)); in main()
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 642 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 D | advanced.md | 264 as the inertia of a matrix via `MatGetInertia()`.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 472 PetscErrorCode MatGetInertia(PetscMat, PetscInt*, PetscInt*, PetscInt*)
|
| H A D | Mat.pyx | 4896 petsc.MatGetInertia 4900 CHKERR(MatGetInertia(self.mat, &ival1, &ival2, &ival3))
|
| /petsc/include/ |
| H A D | petscmat.h | 1564 PETSC_EXTERN PetscErrorCode MatGetInertia(Mat, PetscInt *, PetscInt *, PetscInt *);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 9294 PetscErrorCode MatGetInertia(Mat mat, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia() function
|