Searched refs:MINPACKdegr (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/graphops/color/impls/minpack/ |
| H A D | color.h | 7 extern PetscErrorCode MINPACKdegr(PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *,…
|
| H A D | degr.c | 5 PetscErrorCode MINPACKdegr(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscI… in MINPACKdegr() function
|
| H A D | dsm.c | 111 …PetscCall(MINPACKdegr(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[*n +… in MINPACKdsm()
|
| H A D | color.c | 21 PetscCall(MINPACKdegr(&m, cja, cia, rja, ria, *seq, work)); in MatFDColoringDegreeSequence_Minpack()
|