Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c404 static PetscErrorCode MatGetInertia_SuperLU_DIST(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *… in MatGetInertia_SuperLU_DIST() function
789 …SC_BOOL3_TRUE || A->hermitian == PETSC_BOOL3_TRUE) F->ops->getinertia = MatGetInertia_SuperLU_DIST; in MatLUFactorSymbolic_SuperLU_DIST()