10template <
typename _Scalar>
21 using value_t =
typename StageFactorType::value_t;
30 bool forward(std::vector<VectorXs> &xs, std::vector<VectorXs> &us,
31 std::vector<VectorXs> &vs, std::vector<VectorXs> &lbdas,
32 const std::optional<ConstVectorRef> &theta = std::nullopt)
const;
49#ifdef ALIGATOR_ENABLE_TEMPLATE_INSTANTIATION
50#include "./proximal-riccati.txx"
A Riccati-like solver for the proximal LQ subproblem in ProxDDP.
const LQRProblemTpl< Scalar > * problem_
ALIGATOR_DYNAMIC_TYPEDEFS_WITH_ROW_TYPES(Scalar)
RowMatrixRef getFeedback(size_t i)
std::vector< StageFactor< Scalar > > StageFactorVec
void cycleAppend(const KnotType &knot)
bool forward(std::vector< VectorXs > &xs, std::vector< VectorXs > &us, std::vector< VectorXs > &vs, std::vector< VectorXs > &lbdas, const std::optional< ConstVectorRef > &theta=std::nullopt) const
VectorRef getFeedforward(size_t i)
typename Impl::kkt0_t kkt0_t
bool backward(const Scalar mudyn, const Scalar mueq)
Backward sweep.
ProximalRiccatiSolver(const LQRProblemTpl< Scalar > &problem)
typename StageFactorType::value_t value_t
Struct describing a stage of a constrained LQ problem.
Kernel for use in Riccati-like algorithms for the proximal LQ subproblem.