LAMA
|
Define an own namespace for enumeration types. More...
Enumerations | |
enum | FileType { BINARY, FORMATTED, XDR, MATRIX_MARKET } |
Defines the supported file types. More... | |
enum | DataType { DOUBLE, FLOAT, INTEGER, PATTERN, COMPLEX, INTERNAL } |
Defines the supported data types of the external files. More... | |
enum | IndexDataType { LONG, INT } |
Defines the supported index data types of the external files. More... |
Define an own namespace for enumeration types.
enum lama::File::DataType |
enum lama::File::FileType |
Defines the supported file types.
BINARY |
binary format without header informations in the data file |
FORMATTED |
ascii format |
XDR |
xdr binary format which considers the endianess |
MATRIX_MARKET |
the Matrix Market Format (see http://math.nist.gov/matrixMarket for details). |