Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » Function » 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

Methods that use a compiled function:

  • frames(CompiledFunction) -- see frames -- get the frames associated to a closure
  • localDictionaries(CompiledFunction) (missing documentation)

Protected objects of class CompiledFunction:

For the programmer

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


The source of this document is in Macaulay2Doc/ov_methods.m2:248:0.