Searched refs:getinertia (Results 1 – 6 of 6) sorted by relevance
787 F->ops->getinertia = NULL; in MatLUFactorSymbolic_SuperLU_DIST()789 …if (A->symmetric == PETSC_BOOL3_TRUE || A->hermitian == PETSC_BOOL3_TRUE) F->ops->getinertia = Mat… in MatLUFactorSymbolic_SuperLU_DIST()
835 F->ops->getinertia = NULL; in MatCholeskyFactorSymbolic_AIJMKL_PARDISO()837 F->ops->getinertia = MatGetInertia_MKL_PARDISO; in MatCholeskyFactorSymbolic_AIJMKL_PARDISO()
130 PetscErrorCode (*getinertia)(Mat, PetscInt *, PetscInt *, PetscInt *); member
3074 F->ops->getinertia = NULL; in MatCholeskyFactorSymbolic_MUMPS()3076 F->ops->getinertia = MatGetInertia_SBAIJMUMPS; in MatCholeskyFactorSymbolic_MUMPS()
100 Bseq->ops->getinertia = NULL; in MatSeqSBAIJZeroOps_Private()
9301 PetscUseTypeMethod(mat, getinertia, nneg, nzero, npos); in MatGetInertia()