42#ifndef EpetraExt_CRSGRAPH_MAPCOLORING_H
43#define EpetraExt_CRSGRAPH_MAPCOLORING_H
76 bool distance1 =
false,
99 template<
typename int_type>
Map Coloring of independent columns in a Graph.
CrsGraph_MapColoring::NewTypeRef operator()(CrsGraph_MapColoring::OriginalTypeRef orig)
Generates the Epetra_MapColoring object from an input Epetra_CrsGraph.
CrsGraph_MapColoring::NewTypeRef Toperator(CrsGraph_MapColoring::OriginalTypeRef orig)
const ColoringAlgorithm algo_
~CrsGraph_MapColoring()
Destructor.
CrsGraph_MapColoring(ColoringAlgorithm algo=GREEDY, int reordering=0, bool distance1=false, int verbosity=0)
Constructor.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.