GaussIntegratorRuleFactory

interface GaussIntegratorRuleFactory : IntegrandFeature

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

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

Inheritors

GaussLegendreRuleFactory
Link copied to clipboard

Extensions

build
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

Sources

common source
Link copied to clipboard