fortran-lang / minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
https://fortran-lang.github.io/minpack/
Other
90 stars 18 forks source link

Eliminate duplicated code in the unit tests #61

Open jacobwilliams opened 2 years ago

jacobwilliams commented 2 years ago

Follow on to #40. Consolidate all the duplicated code from the various units tests.

jacobwilliams commented 2 years ago

Have to be careful here. Note that the POWELL SINGULAR FUNCTION one is case 2 in some cases, and case 6 in others. And one of them has a sign reversal in one of the terms, so they aren't really the same function.

HarshvMahawar commented 1 year ago

I would like to work on this issue but as I am new here can you please guide me which files needs to be looked through?