Jacob Williams
Jacob Williams
see also: https://github.com/jacobwilliams/quadpack
Maybe there could be options, depend on some preprocessor flags? * use original * use embedded `dgtsv` procedure we add to the module (with refactoring) * link with system lapack
I'm not wild about making the user declare the `udata` argument in all their functions, even if they aren't going to use it. It's similar to how old codes had...
I think one of the goals here is to show scientific programmers how they should be doing things, not let them keep using the old bad patterns. :) Rarely will...
I would say add the example, but don't try to provide a curve-fitting api in this library, since a general curve-fitting library should be a separate project. :) There are...
One thing TODO: check to see what changes they have made to the original code and port those to this version. See #23.
See my comments in #4. I think that's the way to go, rather than having an optional argument.
can we get valgrind in the CI?
FYI: I put the code here so it is easier to study: https://github.com/jacobwilliams/MINPACK-2 I notice there are also other algorithms in there that aren't in regular Minpack. The license is...
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...