#include <string>
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. | |
1.7.1