Package space.kscience.kmath.commons.integration

Types

CMGaussRuleIntegrator
Link copied to clipboard
class CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule) : Integrator<UnivariateIntegrand<Double>>
A simple one-pass integrator based on Gauss rule
CMIntegrator
Link copied to clipboard
class CMIntegrator(defaultMaxCalls: Int, integratorBuilder: (Integrand) -> UnivariateIntegrator) : Integrator<UnivariateIntegrand<Double>>
Integration wrapper for Common-maths UnivariateIntegrator

Properties

targetAbsoluteAccuracy
Link copied to clipboard
targetRelativeAccuracy
Link copied to clipboard