18 void resize(
int length);
19 int getSize()
const {
return m_length; }
21 void set(
int index,
double argument,
double value);
22 void setArgument(
int index,
double argument);
23 void setValue(
int index,
double value);
24 double getArgument(
int index)
const;
25 double getValue(
int index)
const;
28 double interpolate(
double x);
31 void read(std::string filename);
32 void write(std::string filename);
The MPI singleton is responsible for data exchange between compute nodes via OpenMPI.
Definition: openmpi.h:35