aligator  0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear 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/managed-matrix.hpp"
#include "aligator/tags.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::LqrKnotTpl< Scalar >::__view_base< IsConst >
 
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_)