Skip to content

added some stepsized controlled newton methods, and a test for them

Martin Alkämper requested to merge feature/stepsize-controlled-newton into master

Our Hiwi has finally finished implementing two out of three newton methods with stepsize control from ALBERTA. I cleaned it up a bit and added a test in the style of newtontest.cc, which solves atan(x) as an example.

Merge request reports