aligator  0.9.0
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
2#include "aligator/gar/utils.hxx"
3
4namespace aligator {
5namespace gar {
7 const LQRProblemTpl<context::Scalar> &problem, const context::Scalar mudyn,
8 const context::Scalar mueq, Eigen::SparseMatrix<context::Scalar> &mat,
9 context::VectorXs &rhs, bool update);
10template std::array<context::Scalar, 3> lqrComputeKktError<context::Scalar>(
15 const std::optional<context::ConstVectorRef> &, bool);
16template auto
19} // namespace gar
20} // namespace aligator
template auto lqrDenseMatrix< context::Scalar >(const LQRProblemTpl< context::Scalar > &, context::Scalar, context::Scalar)
template std::array< context::Scalar, 3 > 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)
template void lqrCreateSparseMatrix< context::Scalar >(const LQRProblemTpl< context::Scalar > &problem, const context::Scalar mudyn, const context::Scalar mueq, Eigen::SparseMatrix< context::Scalar > &mat, context::VectorXs &rhs, bool update)
Main package namespace.