We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06fa82 commit aea8f37Copy full SHA for aea8f37
include/eigenpy/decompositions/LDLT.hpp
@@ -54,7 +54,7 @@ namespace eigenpy
54
"Returns the LDLT decomposition matrix.",
55
bp::return_value_policy<bp::return_by_value>())
56
57
- .def("rankUpdate",(Solver (Solver::*)(const VectorType &, const RealScalar &))&Solver::template rankUpdate<VectorType>,
+ .def("rankUpdate",(Solver (Solver::*)(const Eigen::MatrixBase<VectorType> &, const RealScalar &))&Solver::template rankUpdate<VectorType>,
58
bp::args("self","vector","sigma"))
59
60
#if EIGEN_VERSION_AT_LEAST(3,2,90)
0 commit comments