UnivariateIntegrandRanges
class UnivariateIntegrandRanges(val ranges: List<Pair<ClosedRange<Double>, Int>>) : IntegrandFeature(source)
Set of univariate integration ranges. First components correspond to the ranges themselves, second components to number of integration nodes per range.