Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dweights.c309 PetscErrorCode MatColoringCreateWeights(MatColoring mc, PetscReal **weights, PetscInt **lperm) in MatColoringCreateWeights() function
/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c402 PetscCall(MatColoringCreateWeights(mc, &weights, &lperm)); in MatColoringApply_JP()
/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c498 PetscCall(MatColoringCreateWeights(mc, &wts, &lperm)); in MatColoringApply_Greedy()
/petsc/include/
H A Dpetscmat.h1696 PETSC_EXTERN PetscErrorCode MatColoringCreateWeights(MatColoring, PetscReal **, PetscInt **lperm);