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
Link copied to clipboard
fun UnivariateIntegrandRanges(vararg pairs: Pair<ClosedRange<Double>, Int>)
Content copied to clipboard
Link copied to clipboard
fun UnivariateIntegrandRanges(ranges: List<Pair<ClosedRange<Double>, Int>>)
Content copied to clipboard