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 1704058 commit b64f522Copy full SHA for b64f522
include/proxsuite/proxqp/serialization/eigen.hpp
@@ -62,7 +62,7 @@ load(Archive& ar,
62
ar(m.data()[i]);
63
64
// Account for different storage orders
65
- if (!_OptionsLoaded == _Options) {
+ if (!(_OptionsLoaded == _Options)) {
66
m.transposeInPlace();
67
}
68
0 commit comments