ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the derived type for constructing objects that signify the computation of the integral of an arbitrary Cose-weighted function. More...
Public Attributes | |
real(RKH) | omega |
The scalar component of type real of kind RKH (the highest (precision) real kind available in the ParaMonte library, representing the frequency coefficient of the weight.More... | |
This is the derived type for constructing objects that signify the computation of the integral of an arbitrary Cose-weighted function.
Return an object of type wcos_type containing the frequency of the Cose weight of a Fourier transform integration.
The specified weight via this derive type has the form,
\begin{equation} \cos(\omega x) ~, \end{equation}
that is used to signify the computation of the computation of the (Fourier transform) integral of the form:
\begin{equation} \int^{\ms{ub}}_{\ms{lb}} \cos(\omega x) f(x) dx \end{equation}
where \(\omega\) and \(f(x)\) are user-specified.
Objects of this derived type can be passed to the primary integrators of the parent modules of this derived type:
Possible calling interfaces ⛓
pure
.
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.
omega
component with the highest precision.[in] | omega | : The input scalar or array of arbitrary rank of type real of kind any supported by the processor (e.g., RK, RK32, RK64, or RK128), containing the angular frequency of the oscillatory Cosine weight in the integrand whose integral is to be computed. |
wcos
: The scalar or array of the same shape as omega
of type Sin_type
that uniquely determines the type and kind of the Cosine weight to be used in the integrand.
Possible calling interfaces ⛓
pure
.
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 497 of file pm_quadPack.F90.
real(RKH) pm_quadPack::wcos_type::omega |
The scalar component of type real
of kind RKH (the highest (precision) real kind available in the ParaMonte library, representing the frequency coefficient of the weight.
Definition at line 498 of file pm_quadPack.F90.