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