NFunc:
Filter:
Classes (extension) | Math | Libraries > MathLib > Solvers

NFunc : Array : ArrayedCollection : SequenceableCollection : Collection : Object
ExtensionExtension

a multi-dimensional function: f:R^n -> R^m
Source: Solver.sc

Description

Represents a multi-dimensional functions as an array of functions. The number of arguments in each function and the number of arguments passed to .value should be the same.

Part of MathLib, a diverse library of mathematical functions.

Class Methods

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.value( ... args)

Examples

Authors

Miguel Negro, 2009.