SEP Solver Library  1.0
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | Public Attributes | List of all members
SEP::dataInCoreFloat Class Referenceabstract

#include <DataInCoreFloat.h>

Inheritance diagram for SEP::dataInCoreFloat:
SEP::dataContainer SEP::data1DFloat SEP::data2DFloat SEP::data3DFloat SEP::data4DFloat SEP::data5DFloat SEP::data6DFloat SEP::data7DFloat

Public Member Functions

 dataInCoreFloat ()
 
void setup_omp ()
 
std::vector< long long > * get_b_omp ()
 
std::vector< long long > * get_n_omp ()
 
float * getFloatPtr ()
 
void set_n123 (long long n)
 
int get_nth ()
 
void random (dataContainer *x) const
 
virtual void my_type ()=0
 
virtual ~dataInCoreFloat ()
 
- Public Member Functions inherited from SEP::dataContainer
 dataContainer ()
 
virtual ~dataContainer ()
 

Public Attributes

float * vals
 
- Public Attributes inherited from SEP::dataContainer
char name [1000]
 

Detailed Description

Definition at line 18 of file DataInCoreFloat.h.

Constructor & Destructor Documentation

SEP::dataInCoreFloat::dataInCoreFloat ( )
inline

Definition at line 20 of file DataInCoreFloat.h.

virtual SEP::dataInCoreFloat::~dataInCoreFloat ( )
inlinevirtual

Definition at line 29 of file DataInCoreFloat.h.

Member Function Documentation

std::vector<long long>* SEP::dataInCoreFloat::get_b_omp ( )
inline

Definition at line 22 of file DataInCoreFloat.h.

std::vector<long long>* SEP::dataInCoreFloat::get_n_omp ( )
inline

Definition at line 23 of file DataInCoreFloat.h.

int SEP::dataInCoreFloat::get_nth ( )
inline

Definition at line 26 of file DataInCoreFloat.h.

float* SEP::dataInCoreFloat::getFloatPtr ( )
inline

Definition at line 24 of file DataInCoreFloat.h.

virtual void SEP::dataInCoreFloat::my_type ( )
pure virtual
void SEP::dataInCoreFloat::random ( dataContainer x) const
void SEP::dataInCoreFloat::set_n123 ( long long  n)
inline

Definition at line 25 of file DataInCoreFloat.h.

void SEP::dataInCoreFloat::setup_omp ( )

Definition at line 4 of file DataInCoreFloat.cpp.

Member Data Documentation

float* SEP::dataInCoreFloat::vals

Definition at line 33 of file DataInCoreFloat.h.


The documentation for this class was generated from the following files: