You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
SymbolicBlockMatrix
store two raw pointers.These pointers are not owner by
SymbolicBlockMatrix
and this create leaks in unit tests and benchmarks.Two options :
SymbolicBlockMatrix
owner of these two pointersSymbolicBlockMatrixHandler
that will own aSymbolicBlockMatrix
and these two pointersSince these two pointers are only used by
SymbolicBlockMatrix
I prefer option 1.The text was updated successfully, but these errors were encountered: