aligator  0.15.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;
12} // namespace gar
13} // namespace aligator
Main package namespace.
Struct describing a stage of a constrained LQ problem.