#include "header.h"
#include <fstream>
#include "../utility/strutil.h"
#include "TableBase.h"
Functions | |
bool | isNamedPlot (const string &line, const string &plotname) |
double | getYcolumn (const string &line) |
bool | innerLoadXplot (string fname, string plotname, vector< double > &v) |
double | getRMSDiff (const vector< double > &v1, const vector< double > &v2) |
double | getRMS (const vector< double > &v) |
double | getRMSRatio (const vector< double > &v1, const vector< double > &v2) |
string | headop (const string &op) |
double getRMS | ( | const vector< double > & | v | ) |
Referenced by getRMSRatio(), and testUtilsForCompareXplot().
double getRMSDiff | ( | const vector< double > & | v1, | |
const vector< double > & | v2 | |||
) |
Referenced by getRMSRatio(), and testUtilsForCompareXplot().
double getRMSRatio | ( | const vector< double > & | v1, | |
const vector< double > & | v2 | |||
) |
References getRMS(), and getRMSDiff().
Referenced by testUtilsForCompareXplot().
double getYcolumn | ( | const string & | line | ) |
Referenced by innerLoadXplot(), and testUtilsForLoadXplot().
string headop | ( | const string & | op | ) |
bool innerLoadXplot | ( | string | fname, | |
string | plotname, | |||
vector< double > & | v | |||
) |
bool isNamedPlot | ( | const string & | line, | |
const string & | plotname | |||
) |
Referenced by innerLoadXplot(), and testUtilsForLoadXplot().