Action #4204
Implementation of an adapted quadrature method in GIntegral
Status: | Closed | Start date: | 01/20/2023 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 2.1.0 | |||
Duration: |
Description
So far there is no adaptive quadrature method in GIntegral
for integrating functions with irregular spacing. Such a method should be implemented.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
I added a GIntegral::adaptive_gauss_kronrod() method and implemented some unit tests. The method seems to work as expected.
#2 Updated by Knödlseder Jürgen about 2 years ago
- Status changed from Feedback to Closed
Code merged into devel
.