ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the derived type for generating test integrand objects of the following algebraic form. More...
Public Member Functions | |
procedure | get => getInt4 |
Public Member Functions inherited from pm_quadTest::integrand_type | |
procedure(get_proc), deferred | get |
The function member returning the value of the unweighted integrand (whether Cauchy/sin/cos/algebraically types of weights) at a specified input point x . More... | |
Additional Inherited Members | |
Public Attributes inherited from pm_quadTest::integrand_type | |
real(RKH) | lb |
The scalar of type real of the highest kind supported by the library RKH, containing the lower limit of integration. More... | |
real(RKH) | ub |
The scalar of type real of the highest kind supported by the library RKH, containing the upper limit of integration. More... | |
real(RKH) | integral |
The scalar of type real of the highest kind supported by the library RKH, containing the true result of integration. More... | |
real(RKH), dimension(:), allocatable | break |
The scalar of type real of the highest kind supported by the library RKH, containing the points of difficulties of integration. More... | |
type(wcauchy_type), allocatable | wcauchy |
The scalar of type wcauchy_type, containing the Cauchy singularity of the integrand. More... | |
character(:, SK), allocatable | desc |
The scalar allocatable character of default kind SK containing a description of the integrand and integration limits and difficulties. More... | |
This is the derived type for generating test integrand objects of the following algebraic form.
The full integrand is defined as,
\begin{equation} f(x) = \frac{\log(x)}{(\log(x)^2 + 1)^2} , x \in (0, 1) \end{equation}
with an integral of -0.189275187882093321180367135892330338053417661540147291526012234
.
This integrand is inspired by the examples of John Burkardt test suite for QAGWS routine of QuadPack.
Possible calling interfaces ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 558 of file pm_quadTest.F90.
procedure pm_quadTest::int4_type::get |
Definition at line 560 of file pm_quadTest.F90.
References pm_kind::RKH.