24 logger(
INFO,
"Execute 'gnuplot MathCheck.gnu' to view output");
28 "p 'MathCheck.data' u 1:(log($2)) t 'log(Exp(x))',"
29 " 'MathCheck.data' u 1:3 t 'Log(Exp(x))', x,"
30 " 'MathCheck.data' u 1:5 t 'Sin(x)', sin(x),"
31 " 'MathCheck.data' u 1:4 t 'Cos(x)', cos(x)x"
Array< double, 1, 3 > e(1./3., 0.5, 2.)
double Mdouble
Definition: GeneralDefine.h:13
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
RealScalar s
Definition: level1_cplx_impl.h:130
#define INFO(i)
Definition: mumps_solver.h:54
int c
Definition: calibrate.py:100
const Mdouble pi
Definition: ExtendedMath.h:23
bool writeToFile(const std::string &filename, const std::string &filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:29
Mdouble log(Mdouble Power)
Definition: ExtendedMath.cc:83
Mdouble cos(Mdouble x)
Definition: ExtendedMath.cc:43
Mdouble exp(Mdouble Exponent)
Definition: ExtendedMath.cc:63
Mdouble sin(Mdouble x)
Definition: ExtendedMath.cc:23
list x
Definition: plotDoE.py:28