GaussLegendreRuleFactory

object GaussLegendreRuleFactory : GaussIntegratorRuleFactory

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

build
Link copied to clipboard
open override fun build(numPoints: Int): Pair<Buffer<Double>, Buffer<Double>>