aligator  0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1
3#pragma once
4
5namespace aligator {
6namespace gar {
7// FORWARD DECLARATIONS
8
9template <typename Scalar> struct LqrKnotTpl;
10template <typename Scalar> struct LqrProblemTpl;
11template <typename Scalar> class RiccatiSolverBase;
12template <typename Scalar> class ProximalRiccatiSolver;
13
14} // namespace gar
15} // namespace aligator
A Riccati-like solver for the proximal LQ subproblem in ProxDDP.
Main package namespace.
Struct describing a stage of a constrained LQ problem.