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 a7fb45c commit 5e5d93cCopy full SHA for 5e5d93c
bindings/python/src/expose-qpobject.hpp
@@ -81,12 +81,12 @@ exposeQpObjectDense(pybind11::module_ m)
81
.def(
82
"update",
83
static_cast<void (dense::QP<T>::*)(optional<dense::MatRef<T>>,
84
- optional<dense::Vec<T>>,
+ optional<dense::VecRef<T>>,
85
optional<dense::MatRef<T>>,
86
87
88
89
90
bool update_preconditioner,
91
optional<T>,
92
0 commit comments