mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.44k stars 891 forks source link

RootFinding.Bisection is missing the ability to add extra arguments to the function #967

Open pikmano opened 1 year ago

pikmano commented 1 year ago

Can you please describe how can I use your implementation as I can use it in the python here: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.bisect.html#scipy.optimize.bisect

If I want to run the logic for every double value that the Bisection logic found to me (according to the min/max values) with a logic that works on an array of doubles, Currently I can't do it.

Am I right? if so, can you please add it?