FunctionMVIfc

interface FunctionMVIfc

Properties

Link copied to clipboard
abstract val dimension: Int

the expected size of the array

Functions

Link copied to clipboard
abstract fun f(x: DoubleArray): Double

Returns the value of the function for the specified variable value. The implementor of f(x) should check if the array size is the same as the dimension of the function