Gauss Legendre Rule Factory
Gauss integrator rule based ont Legendre polynomials. All rules are normalized to
The code is based on Apache Commons Math source code version 3.6.1
Functions
Link copied to clipboard
fun GaussIntegratorRuleFactory.build(numPoints: Int, range: ClosedRange<Double>): Pair<Buffer<Double>, Buffer<Double>>
Create an integration rule by scaling existing normalized rule