Searched refs:indcol (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/graphops/color/impls/minpack/ |
| H A D | dsm.c | 7 …(PetscInt *m, PetscInt *n, PetscInt *npairs, PetscInt *indrow, PetscInt *indcol, PetscInt *ngrp, P… in MINPACKdsm() argument 92 --indcol; 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 | degr.c | 5 …scInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *i… in MINPACKdegr() argument 57 --indcol; in MINPACKdegr() 88 ic = indcol[ip]; in MINPACKdegr()
|
| H A D | setr.c | 5 …r(PetscInt *m, PetscInt *n, PetscInt *indrow, PetscInt *jpntr, PetscInt *indcol, PetscInt *ipntr, … in MINPACKsetr() argument 52 --indcol; in MINPACKsetr() 80 indcol[iwa[ir]] = jcol; in MINPACKsetr()
|
| H A D | seq.c | 5 …scInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *i… in MINPACKseq() argument 69 --indcol; in MINPACKseq() 101 ic = indcol[ip]; in MINPACKseq()
|
| H A D | slo.c | 5 …scInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *i… in MINPACKslo() argument 69 --indcol; in MINPACKslo() 165 ic = indcol[ip]; in MINPACKslo()
|
| H A D | ido.c | 7 …scInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *i… in MINPACKido() argument 76 --indcol; in MINPACKido() 190 ic = indcol[ip]; in MINPACKido()
|