Macaulay2 » Documentation
Packages » Macaulay2Doc :: CompiledFunction
next | previous | forward | backward | up | index | toc

CompiledFunction -- the class of all compiled functions

Description

Compiled functions in Macaulay2 are written in a special purpose language, translated to C during compilation and not available to general users.
i1 : class drop

o1 = CompiledFunction

o1 : Type

Fixed objects of class CompiledFunction :

For the programmer

The object CompiledFunction is a type, with ancestor classes Function < Thing.