We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SymbolicBlockMatrix store two raw pointers.
SymbolicBlockMatrix
These pointers are not owner by SymbolicBlockMatrix and this create leaks in unit tests and benchmarks.
Two options :
SymbolicBlockMatrixHandler
Since these two pointers are only used by SymbolicBlockMatrix I prefer option 1.
The text was updated successfully, but these errors were encountered:
jorisv
No branches or pull requests
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: