WOLFRAM

Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how
Wolfram Language & System Documentation Center

FunctionCompileExportLibrary [file,fspec]

exports a compiled version of function specification fspec as a shared library suitable for external use.

FunctionCompileExportLibrary [file,defs,fspec]

uses the auxiliary definitions defs for compilation.

Details and Options
Details and Options Details and Options
Examples  
Basic Examples  
Options  
CompilerEnvironment  
ProgressReporting  
Possible Issues  
Destination Problems  
See Also
Tech Notes
Related Guides
History
Cite this Page

FunctionCompileExportLibrary [file,fspec]

exports a compiled version of function specification fspec as a shared library suitable for external use.

FunctionCompileExportLibrary [file,defs,fspec]

uses the auxiliary definitions defs for compilation.

Details and Options

Examples

open all close all

Basic Examples  (4)

Export a compiled version of a function into a library:

Load the library and create a CompiledCodeFunction :

Execute the function in the CompiledCodeFunction :

The file can be an absolute path:

Several functions can be compiled with FunctionCompileExportLibrary :

Loading the library creates a list of compiled code functions:

Execute the code that was loaded:

Several functions can be compiled with FunctionCompileExportLibrary :

Loading the library creates a list of compiled code functions:

Execute the code that was loaded:

Auxiliary definitions can be given with FunctionDeclaration :

Load and execute code in the library:

Options  (2)

CompilerEnvironment  (1)

Create a compiler environment and add a function definition:

Use a compiler environment in a compilation:

Loading the library creates a CompiledCodeFunction :

Execute the code that was loaded:

ProgressReporting  (1)

Progress during a compilation is reported:

This can be suppressed by setting the option ProgressReporting to False .

The default value of ProgressReporting is Automatic , which means that the global setting $ProgressReporting is used. If this is set to False , then no progress reporting takes place.

Possible Issues  (1)

Destination Problems  (1)

If an output path is chosen that does not exist or for which there is no permission, an error occurs:

Tech Notes

Wolfram Research (2019), FunctionCompileExportLibrary, Wolfram Language function, https://reference.wolfram.com/language/ref/FunctionCompileExportLibrary.html (updated 2021).

Text

Wolfram Research (2019), FunctionCompileExportLibrary, Wolfram Language function, https://reference.wolfram.com/language/ref/FunctionCompileExportLibrary.html (updated 2021).

CMS

Wolfram Language. 2019. "FunctionCompileExportLibrary." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/FunctionCompileExportLibrary.html.

APA

Wolfram Language. (2019). FunctionCompileExportLibrary. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FunctionCompileExportLibrary.html

BibTeX

@misc{reference.wolfram_2025_functioncompileexportlibrary, author="Wolfram Research", title="{FunctionCompileExportLibrary}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/FunctionCompileExportLibrary.html}", note=[Accessed: 17-November-2025]}

BibLaTeX

@online{reference.wolfram_2025_functioncompileexportlibrary, organization={Wolfram Research}, title={FunctionCompileExportLibrary}, year={2021}, url={https://reference.wolfram.com/language/ref/FunctionCompileExportLibrary.html}, note=[Accessed: 17-November-2025]}

Top [フレーム]

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