autogenu-jupyter
An automatic code generator and the continuation/GMRES (C/GMRES) based numerical solvers for nonlinear MPC
|
#include <array>
#include <stdexcept>
#include <iostream>
#include "cgmres/types.hpp"
#include "cgmres/solver_settings.hpp"
#include "cgmres/timer.hpp"
#include "cgmres/detail/matrixfree_gmres.hpp"
#include "cgmres/detail/single_shooting_nlp.hpp"
#include "cgmres/detail/continuation_gmres.hpp"
Go to the source code of this file.
Classes | |
class | cgmres::SingleShootingCGMRESSolver< OCP, N, kmax > |
Single-shooting C/GMRES solver for nonlinear MPC. More... | |
Namespaces | |
namespace | cgmres |