JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Throw an error when input and output dimension mismatch #150

Open Kolaru opened 4 years ago

Kolaru commented 4 years ago

As found in #148, Newton and Krawczyck should explicitly check that the input and output dimension of the function are the same, as otherwise the methods do not work and they should not fail silently.