proxsuite-nlp 0.4.0
What's Changed
Fixed
- Add missing dependencies in
package.xml
: pinocchio, eigen. - Fix
ConstraintObjectTpl::operator==
constness (mandatory for eigenpy 3.3) - Corner case in
BunchKaufman<>
decomposition class when number of lhs rows is 1
Added
- Typedef for
Scalar
in the matrix decomposition classes .solve(rhs)
(allocating version of.solveInPlace()
) to their C++ class and Python bindings
Full Changelog: v0.3.4...v0.4.0