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
All of the sparse polynomial arithmetic, where nonzero_degrees and nonzero_coeffs are dictionaries with {degree: coeff}, should be JIT compiled. Numba can handle dictionaries. And there should be a large performance boost.
The text was updated successfully, but these errors were encountered:
All of the sparse polynomial arithmetic, where
nonzero_degrees
andnonzero_coeffs
are dictionaries with {degree: coeff}, should be JIT compiled. Numba can handle dictionaries. And there should be a large performance boost.The text was updated successfully, but these errors were encountered: