Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > Wolfram LibraryLink > LibraryFunction >
Mathematica > Systems Interfaces & Deployment > Calling External Programs > Wolfram LibraryLink > LibraryFunction >
Mathematica > Systems Interfaces & Deployment > C/C++ Language Interface > Wolfram LibraryLink > LibraryFunction >

LibraryFunction

LibraryFunction[ args]
represents a function that has been loaded from a Wolfram Library.
  • The function represented by LibraryFunction runs in the same process as the Mathematica kernel.
  • The function represented by LibraryFunction can share data with the Mathematica kernel.
  • The function represented by LibraryFunction is unloaded when the Mathematica kernel exits.
Load a function from a sample library:
Call the function:
Load a function from a sample library:
In[1]:=
Click for copyable input
Out[1]=
Call the function:
In[2]:=
Click for copyable input
Out[2]=
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF