Searched refs:npos_tmp (Results 1 – 1 of 1) sorted by relevance
10 PetscInt mbs = fact->mbs, bs = F->rmap->bs, i, nneg_tmp, npos_tmp, *fi = fact->diag; in MatGetInertia_SeqSBAIJ() local16 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()