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
Constructors
Link copied to clipboard
fun ConcatenatedFunction(memberFunctions: List<UnivariateFunction>, absoluteDomains: List<Range<Double>>, absoluteStarts: List<Double>)
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard