Searched refs:inxadj (Results 1 – 3 of 3) sorted by relevance
26 PetscErrorCode SPARSEPACKdegree(const PetscInt *root, const PetscInt *inxadj, const PetscInt *adjnc… in SPARSEPACKdegree() argument28 PetscInt *xadj = (PetscInt *)inxadj; /* Used as temporary and reset within this function */ in SPARSEPACKdegree()
34 PetscErrorCode SPARSEPACKfndsep(PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, Pet… in SPARSEPACKfndsep() argument36 PetscInt *xadj = (PetscInt *)inxadj; /* Used as temporary and reset within this function */ in SPARSEPACKfndsep()
30 PetscErrorCode SPARSEPACKfn1wd(PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, Pets… in SPARSEPACKfn1wd() argument32 PetscInt *xadj = (PetscInt *)inxadj; /* Used as temporary and reset */ in SPARSEPACKfn1wd()