Package space.kscience.kmath.commons.integration
Types
CMGaussRuleIntegrator
Link copied to clipboard
class CMGaussRuleIntegrator(numpoints: Int, type: CMGaussRuleIntegrator.GaussRule) : Integrator<UnivariateIntegrand<Double>>
Content copied to clipboard
CMIntegrator
Link copied to clipboard
class CMIntegrator(defaultMaxCalls: Int, integratorBuilder: (Integrand) -> UnivariateIntegrator) : Integrator<UnivariateIntegrand<Double>>
Content copied to clipboard
Properties
targetAbsoluteAccuracy
Link copied to clipboard
targetRelativeAccuracy
Link copied to clipboard