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 is a lot of variability in the use of float v. double precision for the matrices. I propose we just use double precision everywhere, modern machines have enough RAM to handle it, it'll increase precision, and make the code far more uniform.
There is a lot of variability in the use of float v. double precision for the matrices. I propose we just use double precision everywhere, modern machines have enough RAM to handle it, it'll increase precision, and make the code far more uniform.