27 "Solver of a linear system of ODEs.")
32 : step_(0), step_changed_(true),
33 system_matrix_changed_(false)
arma::mat system_matrix_
the square matrix of ODE system
virtual ~LinearODESolverBase()
void set_step(double step)
Sets the step of the numerical method.
bool system_matrix_changed_
Indicates that the system_matrix_ was recently updated.
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