Open
Description
I am currently procrastinating on my thesis by trying to update IntervalRootFinding.jl to the newest change in IntervalArithmetic.
It appears that some basics LinearAlgebra do not work.
In particular, det
and inv
or interval matrices use forbidden operations (isfinite
and <
). Would this package be a good place to have those ? IntervalRootFinding would then depend on IntervalLinearAlgebra (would make sense, we already have our own version of Gauss elimination for some reason.