int MatGetColoring(Mat mat,MatColoringType type,ISColoring *iscoloring)Collective on Mat
MATCOLORING_NATURAL - natural (one color for each column, very slow)
MATCOLORING_SL - smallest-last
MATCOLORING_LF - largest-first
MATCOLORING_ID - incidence-degree
-mat_coloring_type natural, -mat_coloring_type sl, -mat_coloring_type lf,
-mat_coloring_type idTo see the coloring use
-mat_coloring_view
The user can define additional colorings; see MatColoringRegisterDynamic().
The sequential colorings SL, LF, and ID are obtained via the Minpack software that was converted to C using f2c.
Level:intermediate
Location:src/mat/color/color.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages