UnivariateIntegrandRanges
class UnivariateIntegrandRanges(ranges: List<Pair<ClosedRange<Double>, Int>>) : IntegrandFeature
Content copied to clipboard
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>)
Content copied to clipboard
UnivariateIntegrandRanges
Link copied to clipboard
fun UnivariateIntegrandRanges(ranges: List<Pair<ClosedRange<Double>, Int>>)
Content copied to clipboard
Functions
Properties
Sources
common source
Link copied to clipboard