GaussIntegratorRuleFactory

interface GaussIntegratorRuleFactory : IntegrandFeature

Types

Link copied to clipboard
object Companion

Functions

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

Properties

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

Inheritors

Link copied to clipboard

Extensions

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

Link copied to clipboard