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>>
toString
Link copied to clipboard
open override fun toString(): String

Properties

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

Sources

common source
Link copied to clipboard