Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact.c10 PetscInt mbs = fact->mbs, bs = F->rmap->bs, i, nneg_tmp, npos_tmp, *fi = fact->diag; in MatGetInertia_SeqSBAIJ() local
16 npos_tmp = 0; in MatGetInertia_SeqSBAIJ()
19 if (PetscRealPart(dd[*fi]) > 0.0) npos_tmp++; in MatGetInertia_SeqSBAIJ()
25 if (PetscRealPart(dd[fact->i[i]]) > 0.0) npos_tmp++; in MatGetInertia_SeqSBAIJ()
30 if (npos) *npos = npos_tmp; in MatGetInertia_SeqSBAIJ()
31 if (nzero) *nzero = mbs - nneg_tmp - npos_tmp; in MatGetInertia_SeqSBAIJ()