Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how

Legacy Documentation

Mathematica 8 (2010)

This is documentation for Mathematica 8, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)

CompiledFunction

CompiledFunction [args...]
represents compiled code for evaluating a compiled function.
  • CompiledFunction objects that are constructed explicitly can also be executed. Basic consistency checks are done when such objects are first evaluated by Mathematica.
  • The code in a CompiledFunction object is based on an idealized register machine.
(1)
CompiledFunction objects are generated by Compile :
CompiledFunction objects can be used as normal Function objects:
Arguments are coerced, if possible, to be approximate real:
When exceptional values are encountered, the uncompiled function is used:
CompiledFunction objects are generated by Compile :
Out[1]=
CompiledFunction objects can be used as normal Function objects:
Out[2]=
Arguments are coerced, if possible, to be approximate real:
Out[3]=
When exceptional values are encountered, the uncompiled function is used:
Out[4]=
New in 2 | Last modified in 8


ja zh

AltStyle によって変換されたページ (->オリジナル) /