Macaulay2 » Documentation
Packages » NAGtypes :: System
next | previous | forward | backward | up | index | toc

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 system 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.