1 #ifndef LINEAR_ODE_ANALYTIC_H_
2 #define LINEAR_ODE_ANALYTIC_H_
49 void update_solution(arma::vec &init_vector, arma::vec &output_vec)
override;
61 #endif // LINEAR_ODE_ANALYTIC_H_
arma::mat solution_matrix_
The solution is computed only by a matrix multiplication (standard fundamental matrix).
This class implements the analytic solution of a system of linear ODEs with constant matrix...
Template class of the linear ODE solver.
void update_solution(arma::vec &init_vector, arma::vec &output_vec) override
Updates solution of the ODEs system.
~LinearODEAnalytic(void)
Destructor.
LinearODEAnalytic()
Default constructor is possible because the input record is not needed.
static Input::Type::Record input_type