![]() |
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FindLibrary
FindLibrary[lib]
finds a dynamic library that can be loaded by LibraryFunctionLoad.
DetailsDetails
- FindLibrary can be used to locate both Wolfram Libraries and general dynamic libraries.
- If a relative file name is given, FindLibrary will use $LibraryPath to find the library.
- If no file name extension is given, FindLibrary will add one appropriate for the current platform: .so on Linux, .dll on Windows, .dylib on Mac OS X.
- FindLibrary is used by library functions such as LibraryFunctionLoad to find libraries.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
This finds the sample library called :
In[1]:= |
Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »