LAMA
lama::File Namespace Reference

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...

Detailed Description

Define an own namespace for enumeration types.


Enumeration Type Documentation

Defines the supported data types of the external files.

Enumerator:
DOUBLE 
FLOAT 
INTEGER 
PATTERN 
COMPLEX 
INTERNAL 

Defines the supported file types.

Enumerator:
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).

Defines the supported index data types of the external files.

Enumerator:
LONG 
INT