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
Affine is the combined affine--interval arithmetic proposed by Rump that also keeps track of the interval range using standard interval arithmetic and takes the intersection of the two.
For real calculations you probably want Affine, although it will be a bit (or much?) slower.
But the names are not ideal.
Aff
is the true affine arithmetic.Affine
is the combined affine--interval arithmetic proposed by Rump that also keeps track of the interval range using standard interval arithmetic and takes the intersection of the two.For real calculations you probably want
Affine
, although it will be a bit (or much?) slower.But the names are not ideal.
cc @mforets
The text was updated successfully, but these errors were encountered: