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
There are various algorithms for multiplication of two affine forms.
Currently we are using one that is O(n^2), where n is the length of the vectors in the affine expression, but presumably gives more accurate answers.
However there should be a mechanism to choose a more efficient one (O(n)).
The text was updated successfully, but these errors were encountered:
There are various algorithms for multiplication of two affine forms.
Currently we are using one that is O(n^2), where n is the length of the vectors in the affine expression, but presumably gives more accurate answers.
However there should be a mechanism to choose a more efficient one (O(n)).
The text was updated successfully, but these errors were encountered: