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
The current function split computes the midpoint and radius matrix of the interval matrix. Maybe the current name is a little misleading? By the name, I would think it does something like bisect or mince.
IntervalArithmetic.jl has a function called midpoint_radius which does exactly what split currently does, maybe we can extend that function?
The text was updated successfully, but these errors were encountered:
The current function
split
computes the midpoint and radius matrix of the interval matrix. Maybe the current name is a little misleading? By the name, I would think it does something likebisect
ormince
.IntervalArithmetic.jl has a function called
midpoint_radius
which does exactly what split currently does, maybe we can extend that function?The text was updated successfully, but these errors were encountered: