|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
LibraryFunctionLoad | ![]() |
| LibraryFunctionLoad loads Wolfram Library lib and makes the library function fun available in Mathematica. |
| lib | library to be loaded | |
| fun | function name as specified in the library file | |
| argtypes | list of argument types | |
| rettype | return type |
| True|False | mbool | Boolean | |
| _Integer | mint | machine integer | |
| _Real | double | machine double | |
| _Complex | mcomplex | machine complex double | |
| {base,rank} | MTensor | tensor of specified base type and rank | |
| "UTF8String" | char* | string in UTF-8 encoding | |
| LinkObject | MLINK | arguments and result passed over MathLink | |
| "Void" | void | no result (return only) |