Testing and searching for elements of lists. "Getting Pieces of Lists" discusses how to extract pieces of lists based on their positions or indices. Mathematica also has ...
Java Connection Management >, InstallJava AddToClassPath ShowJavaConsole ..., Java Classes and Objects >, LoadJavaClass -- load and set up a Java class for use from ...
Message
(Mathematica LibraryLink C Function) void Message (char*txt) issues a message from a library function.
int MTensor_clone (MTensor f, MTensor *t) is a library callback function that puts a clone of f into *t.
mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
int MTensor_new (mint type, mint rank, mint const*dims, MTensor*pres) is a library callback function that creates a new MTensor.