8401 - 8410 of 10081 for COMSearch Results
View search results from all Wolfram sites (653134 matches)
Message   (Mathematica LibraryLink C Function)
void Message (char*txt) issues a message from a library function.
MTensor_clone   (Mathematica LibraryLink C Function)
int MTensor_clone (MTensor f, MTensor *t) is a library callback function that puts a clone of f into *t.
MTensor_disownAll   (Mathematica LibraryLink C Function)
void MTensor_disownAll (MTensor t) disowns all references to an MTensor that was passed between a library function and Mathematica using shared memory management.
MTensor_disown   (Mathematica LibraryLink C Function)
void MTensor_disown (MTensor t) disowns a reference to an MTensor that was passed between a library function and Mathematica using shared memory management.
MTensor_free   (Mathematica LibraryLink C Function)
void MTensor_free () is a library callback function that frees an MTensor.
MTensor_getComplexData   (Mathematica LibraryLink C Function)
mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
MTensor_getComplex   (Mathematica LibraryLink C Function)
int MTensor_getComplex (MTensor t, mint*pos, mcomplex*pres) gets a single element of an MTensor of complex type.
MTensor_getDimensions   (Mathematica LibraryLink C Function)
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
MTensor_getFlattenedLength   (Mathematica LibraryLink C Function)
mint MTensor_getFlattenedLength (MTensor t) gets the total number of elements in an MTensor.
MTensor_getIntegerData   (Mathematica LibraryLink C Function)
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
1 ... 838|839|840|841|842|843|844 ... 1009 Previous Next

...