Classes | Namespaces | Defines | Functions

Utilities/File.h File Reference

#include <string>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ColPack::File
 class File in group4. More...

Namespaces

namespace  ColPack

Defines

#define DIR_SEPARATOR   "/"

Functions

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

Define Documentation

#define DIR_SEPARATOR   "/"

Definition at line 34 of file File.h.