next | previous | forward | backward | up | top | index | toc | Macaulay2 website
NAGtypes :: System

System -- a system of functions

Description

A type that inherits from this abstract type should supply methods for evaluating a map that takes numVariables (+ numParameters if the sstem is parametric) inputs and produces numFunctions outputs and its jacobian.

Note for developers: it suffices to override the versions of evaluate and evaluateJacobian that take (System,Matrix,Matrix) as arguments.

See also

Types of System :

Methods that use an object of class System :

For the programmer

The object System is a type, with ancestor classes MutableHashTable < HashTable < Thing.