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
Accommodating the ILP64 version of BLAS/LAPACK will require significant changes. This is something that we would like to do eventually, but it will probably not happen any time soon.
Hi,
When I use cvxopt.solvers.sdp to deal with big matrix input. It raise a exception:
OverflowError: number of elements exceeds INT_MAX
I find the code in dense.c
I don't know why set the INT_MAX limit here. Is it easy to support matrix elements exceeds INT_MAX?
The text was updated successfully, but these errors were encountered: