Searched refs:jpntr (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/graphops/color/impls/minpack/ |
| H A D | dsm.c | 7 …Int *maxgrp, PetscInt *mingrp, PetscInt *info, PetscInt *ipntr, PetscInt *jpntr, PetscInt *iwa, Pe… in MINPACKdsm() argument 89 --jpntr; 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 D | setr.c | 5 PetscErrorCode MINPACKsetr(PetscInt *m, PetscInt *n, PetscInt *indrow, PetscInt *jpntr, PetscInt *i… in MINPACKsetr() argument 53 --jpntr; in MINPACKsetr() 60 i__1 = jpntr[*n + 1] - 1; in MINPACKsetr() 77 i__2 = jpntr[jcol + 1] - 1; in MINPACKsetr() 78 for (jp = jpntr[jcol]; jp <= i__2; ++jp) { in MINPACKsetr()
|
| H A D | degr.c | 5 PetscErrorCode MINPACKdegr(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscI… in MINPACKdegr() argument 58 --jpntr; in MINPACKdegr() 79 i__2 = jpntr[jcol + 1] - 1; in MINPACKdegr() 80 for (jp = jpntr[jcol]; jp <= i__2; ++jp) { in MINPACKdegr()
|
| H A D | seq.c | 5 PetscErrorCode MINPACKseq(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscIn… in MINPACKseq() argument 70 --jpntr; in MINPACKseq() 92 i__2 = jpntr[jcol + 1] - 1; in MINPACKseq() 93 for (jp = jpntr[jcol]; jp <= i__2; ++jp) { in MINPACKseq()
|
| H A D | slo.c | 5 PetscErrorCode MINPACKslo(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscIn… in MINPACKslo() argument 70 --jpntr; in MINPACKslo() 156 i__1 = jpntr[jcol + 1] - 1; in MINPACKslo() 157 for (jp = jpntr[jcol]; jp <= i__1; ++jp) { in MINPACKslo()
|
| H A D | ido.c | 7 PetscErrorCode MINPACKido(PetscInt *m, PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, … in MINPACKido() argument 77 --jpntr; in MINPACKido() 181 i__1 = jpntr[jcol + 1] - 1; in MINPACKido() 182 for (jp = jpntr[jcol]; jp <= i__1; ++jp) { in MINPACKido()
|