int MTensor_setReal (MTensor t, mint*pos, mreal value) sets a single element of an MTensor of real type.
mint MTensor_shareCount (MTensor t) returns the number of sharing references to an MTensor held by Mathematica.
int processMathLink (MLINK link) calls Mathematica to process the expression written onto a link.
void UTF8String_disown (char*s) disowns a string argument.
LibraryVersionInformation[lib] returns a list of rules of library version information.
LibraryVersionString[lib] returns a string of library version information.
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
Most modern computer systems provide ways to collect code into libraries. These libraries are said to be dynamic if they can be loaded into an application at runtime rather ...