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
Hi. I'm a little rusty on affine arithmetic at the moment. I was hoping to do some review and get back to you with a fully satisfying answer, but I have been pretty busy lately. My implementation does seem different than the one described by Stolfi, but I recall thinking of this project as an implementation of parts of Stolfi's tutorial. I don't recall drawing from any other sources; perhaps I just made a mistake.
I've been hoping to review affine arithmetic in order to examine it from a category theoretic perspective, but I can't say when that will happen.
levitate/src/Affine.hs
Lines 226 to 244 in 8dfcf39
Hi,
as I understand from this piece of code, for two affines
their multiplication are calculated as:
But by reading Stolffi reference, it should be:
In my tests your implementation seems to lead to more accurate results. Do you have any reference for that?
The text was updated successfully, but these errors were encountered: