Home
last modified time | relevance | path

Searched refs:getinertia (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c787 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()
/petsc/src/mat/impls/aij/seq/mkl_pardiso/
H A Dmkl_pardiso.c835 F->ops->getinertia = NULL; in MatCholeskyFactorSymbolic_AIJMKL_PARDISO()
837 F->ops->getinertia = MatGetInertia_MKL_PARDISO; in MatCholeskyFactorSymbolic_AIJMKL_PARDISO()
/petsc/include/petsc/private/
H A Dmatimpl.h130 PetscErrorCode (*getinertia)(Mat, PetscInt *, PetscInt *, PetscInt *); member
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c3074 F->ops->getinertia = NULL; in MatCholeskyFactorSymbolic_MUMPS()
3076 F->ops->getinertia = MatGetInertia_SBAIJMUMPS; in MatCholeskyFactorSymbolic_MUMPS()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij2.c100 Bseq->ops->getinertia = NULL; in MatSeqSBAIJZeroOps_Private()
/petsc/src/mat/interface/
H A Dmatrix.c9301 PetscUseTypeMethod(mat, getinertia, nneg, nzero, npos); in MatGetInertia()