aligator  0.13.0
A primal-dual augmented Lagrangian-type solver for nonlinear 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;
12} // namespace gar
13} // namespace aligator
Main package namespace.
Struct describing a stage of a constrained LQ problem.