ColPack
ColPack Namespace Reference

Classes

class  BipartiteGraphBicoloring
 class BipartiteGraphBicoloring in group22. More...
class  BipartiteGraphBicoloringInterface
 class BipartiteGraphBicoloringInterface in group22. More...
class  BipartiteGraphCore
 class BipartiteGraphCore in group2. More...
class  BipartiteGraphInputOutput
 class BipartiteGraphInputOutput in group2. More...
class  BipartiteGraphOrdering
 class BipartiteGraphOrdering in group22. More...
class  BipartiteGraphVertexCover
 class BipartiteGraphVertexCover in group22. More...
class  BipartiteGraphPartialColoring
 class BipartiteGraphPartialColoring in group21. More...
class  BipartiteGraphPartialColoringInterface
 class BipartiteGraphPartialColoringInterface in group21. More...
class  BipartiteGraphPartialOrdering
 class BipartiteGraphPartialOrdering in group21. More...
class  GraphColoring
 class GraphColoring in group1. More...
class  GraphColoringInterface
 class GraphColoringInterface in group1. More...
class  GraphCore
 class GraphCore in group1. More...
class  GraphInputOutput
 class GraphInputOutput in group1. More...
struct  less_degree_than
class  GraphOrdering
 class GraphOrdering in group1. More...
class  HessianRecovery
 class HessianRecovery in group5. More...
class  JacobianRecovery1D
 class JacobianRecovery1D in group5. More...
class  JacobianRecovery2D
 class JacobianRecovery2D in group5. More...
class  RecoveryCore
 class RecoveryCore in group5. More...
class  CoutLock
 class CoutLock in group4. More...
class  DisjointSets
 class DisjointSets in group4. More...
class  File
 class File in group4. More...
class  StringTokenizer
 class StringTokenizer in group4. More...

Functions

int f (int x)
bool isMatrixMarketFormat (string s_fileExtension)
 Tell whether or not the file format is MatrixMarket from its extension.
bool isHarwellBoeingFormat (string s_fileExtension)
 Tell whether or not the file format is HarwellBoeing from its extension.
bool isMeTiSFormat (string s_fileExtension)
 Tell whether or not the file format is MeTiS from its extension.

Function Documentation

bool ColPack::isHarwellBoeingFormat ( string  s_fileExtension)

Tell whether or not the file format is HarwellBoeing from its extension.

Definition at line 91 of file File.cpp.

Referenced by ColPack::GraphInputOutput::ReadAdjacencyGraph(), and ColPack::BipartiteGraphInputOutput::ReadBipartiteGraph().

Here is the caller graph for this function:

bool ColPack::isMatrixMarketFormat ( string  s_fileExtension)

Tell whether or not the file format is MatrixMarket from its extension.

Definition at line 85 of file File.cpp.

Referenced by ColPack::GraphInputOutput::ReadAdjacencyGraph(), and ColPack::BipartiteGraphInputOutput::ReadBipartiteGraph().

Here is the caller graph for this function:

bool ColPack::isMeTiSFormat ( string  s_fileExtension)

Tell whether or not the file format is MeTiS from its extension.

Definition at line 115 of file File.cpp.

Referenced by ColPack::GraphInputOutput::ReadAdjacencyGraph(), and ColPack::BipartiteGraphInputOutput::ReadBipartiteGraph().

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines