Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

MTensor_disown


disowns a reference to an MTensor that was passed between a library function and Mathematica using shared memory management.
  • Used in C/C++ code in a library function called from Mathematica.
This disowns an MTensor:
This disowns an MTensor:
MTensor T0;
...
libData->MTensor_disown( T0);
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF