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

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

Functions

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

Properties

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

Sources

common source
Link copied to clipboard