27 "Solver of a linear system of ODEs.")
32 :step_(0), step_changed_(true)
arma::mat system_matrix_
the square matrix of ODE system
virtual ~LinearODESolverBase()
void set_step(double step)
Sets the step of the numerical method.
static Input::Type::Abstract & get_input_type()
bool step_changed_
flag is true if the step has been changed
void set_system_matrix(const arma::mat &matrix)
Sets the matrix of ODE system.
double step_
the step of the numerical method