Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >
MATHEMATICA LIBRARYLINK C FUNCTION|Tutorials »

MTensor_getDimensions


gets an array of the dimensions of an MTensor.
  • Used in C/C++ code in a library function called from Mathematica.
  • The dimensions array has a length equal to the rank.
  • The dimensions array has the qualifier since the elements should not be modified.
This gets the dimensions of an MTensor:
This gets the dimensions of an MTensor:
MTensor T0;
mint const* dims;
...
dims = libData->MTensor_getDimensions( T0);
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF