ConcatenatedFunction
class ConcatenatedFunction(memberFunctions: List<UnivariateFunction>, absoluteDomains: List<Range<Double>>, absoluteStarts: List<Double>) : UnivariateFunction
Represents the sequential concatenation of the provided member functions.
Parameters
memberFunctions
functions to be concatenated
absoluteStarts
absolute start of the first function