Companion

object Companion

Functions

Link copied to clipboard
fun ofSum(vararg memberFunctions: UnivariateFunction, defaultValue: Double = Double.NaN): StackedFunction
fun ofSum(memberFunctions: List<UnivariateFunction>, defaultValue: Double = Double.NaN): StackedFunction

Creates a StackedFunction which serves sum of each memberFunctions.