integrate
Integrate T-valued univariate function using provided set of IntegrandFeature Following features are evaluated:
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
Use GaussIntegrator.Companion.integrate to integrate the function in the current algebra with given range and numPoints
A shortcut method to integrate a function in range with additional features. The function is placed in the end position to allow passing a lambda.
A shortcut method to integrate a function in range with additional features. The function is placed in the end position to allow passing a lambda.