NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
|
qawf computes Fourier integrals over the interval [ A, +Infinity ). More...
qawf computes Fourier integrals over the interval [ A, +Infinity ).
where or .
[in] | f | The function to integrate |
[in] | a | (real) lower limit of integration |
[in] | omega | (real) factor in the weight function |
[in] | flgw | (integer) flag indicating if weight is cosine (flgw=1) |
[in] | args | (real, array, optional) extra arguments (if needed) to be passed to the function f |
[out] | IntVal | (same kind as f ) Approximation to integral |
[in] | epsabs | (real, optional) Absolute accuracy requested. Default = 1.e-7 |
[out] | abserr | (real, optional) Estimation of absolute error achieved |
[out] | neval | (integer, optional) Number of function evaluations performed |
[out] | ier | (integer, optional) Error code |
[in,out] | info | (optional) Information and workspace. Must be of type d_qp_extra for integration of real functions and of type c_qp_extra for integration of complex functions. |
qawo
subroutine over each of the subintervals: where is chosen to span an odd number of periods.