Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.h13 extern PetscErrorCode MINPACKslo(PetscInt *, const PetscInt *, const PetscInt *, const PetscInt *, …
H A Ddsm.c116 …PetscCall(MINPACKslo(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*n <… in MINPACKdsm()
H A Dslo.c5 PetscErrorCode MINPACKslo(PetscInt *n, const PetscInt *indrow, const PetscInt *jpntr, const PetscIn… in MINPACKslo() function
H A Dcolor.c64 …PetscCall(MINPACKslo(&n, cja, cia, rja, ria, seq, list, &clique, work, work + n, work + 2 * n, wor… in MatColoringApply_SL()