26 #include <Eigen/Dense>
42 using Eigen::MatrixXd;
50 m(1, 1) =
m(1, 0) +
m(0, 1);
53 log.info() <<
"This is the end of the test";
Macro to silence unused variables warnings from the compiler.
ExitCode mainMethod(ELEMENTS_UNUSED map< string, VariableValue > &args) override
static Logging getLogger(const std::string &name="")
Abstract class for all Elements programs.
ExitCode
Strongly typed exit numbers.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)