Home
last modified time | relevance | path

Searched refs:MINPACKido (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.h9 extern PetscErrorCode MINPACKido(PetscInt *, PetscInt *, const PetscInt *, const PetscInt *, const …
H A Ddsm.c127 …PetscCall(MINPACKido(m, n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*… in MINPACKdsm()
H A Dido.c7 PetscErrorCode MINPACKido(PetscInt *m, PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, … in MINPACKido() function
H A Dcolor.c267 …PetscCall(MINPACKido(&n, &n, cja, cia, rja, ria, seq, list, &clique, work, work + n, work + 2 * n,… in MatColoringApply_ID()