Name
integrate_funct_1dT_integrate_funct_1dIntegrateFunct1dIntegrateFunct1d — Compute the positive and negative areas of a function.
integrate_funct_1dintegrate_funct_1dIntegrateFunct1dIntegrateFunct1dIntegrateFunct1d integrates the function FunctionFunctionFunctionFunctionfunction
(see create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray and create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs)
and returns the integral of the positive and negative parts of the
function in PositivePositivePositivePositivepositive and NegativeNegativeNegativeNegativenegative, respectively.
Hence, the integral of the function is the difference
PositivePositivePositivePositivepositive - NegativeNegativeNegativeNegativenegative. The integration is done on
the interval on which the function is defined. For the integration,
the function is interpolated linearly.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Area under the positive part of the function.
Area under the negative part of the function.
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray,
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs
Foundation