-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Track allocs #106
Comments
After #107 only |
Fixing |
Isn't there a 3-arguments
|
Oh I didn't know about this function. It would have to be added to SparseMatricesCOO. Also I would keep the existing behaviour in case H is a LinearOperator. |
Ok, so if I understand. We should implement this 3-args dot in SparseMatricesCOO and in LinearOperators? |
Yes for SparseMatricesCOO. For LinearOperators this is complicated, I would keep the existing code even though it allocates. |
How about preallocating storage in the quadratic model to store |
There seems to be two functions of the API allocating
obj
hess_coord
I used the following script to track allocations in QuadraticModels
and the results
The text was updated successfully, but these errors were encountered: