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