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

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

Properties

Link copied to clipboard
open val key: FeatureKey<IntegrandFeature>

Sources

Link copied to clipboard