Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Ddsm.c7 PetscErrorCode MINPACKdsm(PetscInt *m, PetscInt *n, PetscInt *npairs, PetscInt *indrow, PetscInt *i… in MINPACKdsm() argument
93 --indrow; in MINPACKdsm()
111 …PetscCall(MINPACKdegr(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[*n +… in MINPACKdsm()
116 …PetscCall(MINPACKslo(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*n <… in MINPACKdsm()
117 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &ngrp[1… in MINPACKdsm()
127 …PetscCall(MINPACKido(m, n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*… in MINPACKdsm()
128 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &iwa[1]… in MINPACKdsm()
148 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &iwa[1]… in MINPACKdsm()
H A Dsetr.c5 PetscErrorCode MINPACKsetr(PetscInt *m, PetscInt *n, PetscInt *indrow, PetscInt *jpntr, PetscInt *i… in MINPACKsetr() argument
54 --indrow; in MINPACKsetr()
61 for (jp = 1; jp <= i__1; ++jp) ++iwa[indrow[jp]]; in MINPACKsetr()
79 ir = indrow[jp]; in MINPACKsetr()
H A Ddegr.c5 PetscErrorCode MINPACKdegr(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscI… in MINPACKdegr() argument
59 --indrow; in MINPACKdegr()
81 ir = indrow[jp]; in MINPACKdegr()
H A Dseq.c5 PetscErrorCode MINPACKseq(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscIn… in MINPACKseq() argument
71 --indrow; in MINPACKseq()
94 ir = indrow[jp]; in MINPACKseq()
H A Dslo.c5 PetscErrorCode MINPACKslo(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscIn… in MINPACKslo() argument
71 --indrow; in MINPACKslo()
158 ir = indrow[jp]; in MINPACKslo()
H A Dido.c7 PetscErrorCode MINPACKido(PetscInt *m, PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, … in MINPACKido() argument
78 --indrow; in MINPACKido()
183 ir = indrow[jp]; in MINPACKido()