Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dgenqmd.c44 …, const PetscInt *xadj, const PetscInt *adjncy, PetscInt *perm, PetscInt *invp, PetscInt *deg, Pet… in SPARSEPACKgenqmd() argument
64 --invp; in SPARSEPACKgenqmd()
74 invp[node] = node; in SPARSEPACKgenqmd()
114 np = invp[nxnode]; in SPARSEPACKgenqmd()
117 invp[ip] = np; in SPARSEPACKgenqmd()
119 invp[nxnode] = num; in SPARSEPACKgenqmd()
144 search = invp[inode]; in SPARSEPACKgenqmd()