Eeshan Gupta
Eeshan Gupta
How is an interval decided to be atomic? If `diam(X)` < `tolerance`?
@dpsanders @lbenet Thanks a lot for the clarification! So for fixing the issue, what would be the preferred action? Same interval twice with an `:atomic` flag?
@dpsanders For two intervals, would the lexicographically smaller interval be the one which has a smaller `a.lo`? And then `a.hi` if same?
So should the methods in #67 be used instead of `Base.\` by importing and modifying it?
Should it use the preconditioned version or the normal one?
If I recall correctly, it worked well for complicated functions, and functions which had a lot of multiple roots, where the existing solver sometimes struggled. So, should it be implemented...
@dpsanders (I rebased other branches on this before starting because this was to be built upon earlier changes)
``` │ Row │ n │ Base.\ │ Gauss Elimination │ Linear Hull │ ├─────┼────┼────────────┼───────────────────┼─────────────┤ │ 1 │ 1 │ 1.9415e-6 │ 8.40867e-6 │ 2.94457e-6 │ │ 2 │ 10...
Tests pass on the latest `IntervalArithmetic.jl` master