GNU Scientific Library - Bugs: bug #45782, Feature request: Make derivative...
You are not allowed to post comments on this tracker with your current authentication level.
bug #45782: Feature request: Make derivative epsilon configurable
Submitter: | Alexander Voigt <avoigt> | ||
Submitted: | Mon 17 Aug 2015 05:38:43 PM UTC | ||
Category: | Accuracy problem | Severity: | 3 - Normal |
Operating System: | all | Status: | None |
Assigned to: | None | Open/Closed: | Open |
Release: | all |
Tue 08 Dec 2015 07:55:28 PM UTC, comment #3: |
Alexander Voigt <avoigt> |
Sun 29 Nov 2015 03:49:53 PM UTC, comment #2: I've implemented this feature and attached code here. I did this by adding a new function call as I stated in my previous post. The archive includes tests as well as a stab at changes to the Texinfo documentation. |
Bill Maier <ciric50> |
Mon 23 Nov 2015 08:10:31 PM UTC, comment #1: The actual implementation of this feature is rather straightforward. The
|
Bill Maier <ciric50> |
Mon 17 Aug 2015 05:38:43 PM UTC, original submission:
Dear GSL hackers,
|
Alexander Voigt <avoigt> |
Depends on the following items: None found
Items that depend on this one: None found
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2015-11-29 | ciric50 | Attached File | - | ![]() |
Added bug45782.tar.gz, #35591 |
Dear Bill,
many thanks for working on this feature!
From a user perspective, I think both approaches would be fine, because both are easy to use.
However, from the software design point of view, I agree with your opinion that the first option would be cleaner. It would also allow to add further options later. For a user it would be important to well document the new "gsl_multiroot_fsolver_params_set()" function (and maybe add a user example).
Best,
Alex