UnivariateIntegrandRanges

class UnivariateIntegrandRanges(ranges: List<Pair<ClosedRange<Double>, Int>>) : IntegrandFeature

Set of univariate integration ranges. First components correspond to the ranges themselves, second components to number of integration nodes per range.

Constructors

Link copied to clipboard
fun UnivariateIntegrandRanges(vararg pairs: Pair<ClosedRange<Double>, Int>)
Link copied to clipboard
fun UnivariateIntegrandRanges(ranges: List<Pair<ClosedRange<Double>, Int>>)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open val key: FeatureKey<IntegrandFeature>
Link copied to clipboard
val ranges: List<Pair<ClosedRange<Double>, Int>>

Sources

Link copied to clipboard