SEP Solver Library  1.0
 All Classes Namespaces Files Functions Variables Typedefs Macros
Classes | Namespaces | Constant Groups | Typedefs
DataInCoreFloat.h File Reference
#include "dataContainer.h"
#include <boost/multi_array.hpp>
#include "myomp.h"

Go to the source code of this file.

Classes

class  SEP::dataInCoreFloat
 
class  SEP::data1DFloat
 
class  SEP::data2DFloat
 
class  SEP::data3DFloat
 
class  SEP::data4DFloat
 
class  SEP::data5DFloat
 
class  SEP::data6DFloat
 
class  SEP::data7DFloat
 

Namespaces

 SEP
 

Constant Groups

 SEP
 

Typedefs

typedef boost::multi_array
< float, 1 > 
float_1d
 
typedef boost::multi_array
< float, 2 > 
float_2d
 
typedef boost::multi_array
< float, 3 > 
float_3d
 
typedef boost::multi_array
< float, 4 > 
float_4d
 
typedef boost::multi_array
< float, 5 > 
float_5d
 
typedef boost::multi_array
< float, 6 > 
float_6d
 
typedef boost::multi_array
< float, 7 > 
float_7d
 

Typedef Documentation

typedef boost::multi_array<float, 1> float_1d

Definition at line 8 of file DataInCoreFloat.h.

typedef boost::multi_array<float, 2> float_2d

Definition at line 9 of file DataInCoreFloat.h.

typedef boost::multi_array<float, 3> float_3d

Definition at line 10 of file DataInCoreFloat.h.

typedef boost::multi_array<float, 4> float_4d

Definition at line 11 of file DataInCoreFloat.h.

typedef boost::multi_array<float, 5> float_5d

Definition at line 12 of file DataInCoreFloat.h.

typedef boost::multi_array<float, 6> float_6d

Definition at line 13 of file DataInCoreFloat.h.

typedef boost::multi_array<float, 7> float_7d

Definition at line 14 of file DataInCoreFloat.h.