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/zero_horizon_nlp.hpp"
#include "cgmres/detail/newton_gmres.hpp"
Go to the source code of this file.
Classes | |
class | cgmres::ZeroHorizonOCPSolver< OCP, kmax > |
Zero-horizon OCP solver to initialize the solution of the MPC solvers. More... | |
Namespaces | |
namespace | cgmres |