aligator
0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#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>
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_) |