int MatGetColoring(Mat mat,MatColoringType type,ISColoring *iscoloring)
COLORING_NATURAL - natural
COLORING_SL - smallest-last
COLORING_LF - largest-first
COLORING_ID - incidence-degree
Collective on Mat
-mat_coloring natural, -mat_coloring sl, -mat_coloring lf,
-mat_coloring idTo see the coloring use
-mat_coloring_view
The user can define additional colorings; see MatColoringRegister().
Location: src/mat/impls/color/color.c
Matrix Index
Table of Contents