next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
Macaulay2Doc :: CompiledFunction

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.