aligator  0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
lqr-problem.hpp File Reference
#include "aligator/context.hpp"
#include "aligator/math.hpp"
#include "aligator/gar/fwd.hpp"
#include "aligator/memory/arena-matrix.hpp"
#include <fmt/format.h>
#include <optional>
Include dependency graph for lqr-problem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aligator::gar::LqrKnotTpl< Scalar >
 Struct describing a stage of a constrained LQ problem. More...
struct  aligator::gar::LqrProblemTpl< Scalar >

Namespaces

namespace  aligator
 Main package namespace.
namespace  aligator::gar

Functions

template<typename Scalar>
bool aligator::gar::lqrKnotsSameDim (const LqrKnotTpl< Scalar > &lhs, const LqrKnotTpl< Scalar > &rhs)
template<typename Scalar>
std::ostream & aligator::gar::operator<< (std::ostream &oss, const LqrKnotTpl< Scalar > &self)