7 using namespace Input::Type;
10 =
AbstractRecord(
"LinearODESolver",
"Solver of a linear system of ODEs.");
13 :step_(0), step_changed_(true)
arma::mat system_matrix_
the square matrix of ODE system
virtual ~LinearODESolverBase()
static Input::Type::AbstractRecord input_type
void set_step(double step)
Sets the step of the numerical method.
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