Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Ddsm.c7 …(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 Ddegr.c5 …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 Dsetr.c5 …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 Dseq.c5 …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 Dslo.c5 …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 Dido.c7 …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()