aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
utils.cpp
Go to the documentation of this file.
1
3
4namespace aligator {
5namespace gar {
7 const LQRProblemTpl<context::Scalar> &,
11 const std::optional<context::ConstVectorRef> &, bool);
12template auto
13lqrDenseMatrix<context::Scalar>(const LQRProblemTpl<context::Scalar> &,
15} // namespace gar
16} // namespace aligator
template auto lqrDenseMatrix< context::Scalar >(const LQRProblemTpl< context::Scalar > &, context::Scalar, context::Scalar)
template auto lqrComputeKktError< context::Scalar >(const LQRProblemTpl< context::Scalar > &, boost::span< const context::VectorXs >, boost::span< const context::VectorXs >, boost::span< const context::VectorXs >, boost::span< const context::VectorXs >, const context::Scalar, const context::Scalar, const std::optional< context::ConstVectorRef > &, bool)
Main package namespace.