aligator  0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
expose-dense.cpp
Go to the documentation of this file.
1
3
6
7namespace aligator::python {
8using namespace gar;
12
14
15 bp::class_<RiccatiSolverDense<Scalar>, bp::bases<riccati_base_t>,
16 boost::noncopyable>("RiccatiSolverDense",
17 "Stagewise-dense Riccati solver (using "
18 "stagewise Bunch-Kaufman factorizations).",
19 bp::no_init)
20 .def(bp::init<const lqr_t &>(("self"_a, "problem")));
21}
22
23} // namespace aligator::python
The Python bindings.
Definition blk-matrix.hpp:5