Package space.kscience.kmath.integration
Types
IntegrationRange—the univariate range of integration. By default, uses
0.0..1.0
interval.IntegrandMaxCalls—the maximum number of function calls during integration. For non-iterative rules, always uses the maximum number of points. By default, uses 10 points.
GaussIntegratorRuleFactory—a factory for computing the Gauss integration rule. By default, uses GaussLegendreRuleFactory.
IntegrationRange—the univariate range of integration. By default, uses
0..1
interval.IntegrandMaxCalls—the maximum number of function calls during integration. For non-iterative rules, always uses the maximum number of points. By default, uses 10 points.
UnivariateIntegrandRanges—set of ranges and number of points per range. Defaults to given IntegrationRange and IntegrandMaxCalls.
IntegrationRange—the univariate range of integration. By default, uses
0..1
interval.IntegrandMaxCalls—the maximum number of function calls during integration. For non-iterative rules, always uses the maximum number of points. By default, uses 10 points.