Unicode: 21A6. Infix arrow operator. x ↦ y is by default interpreted as RightTeeArrow[x,y]. Used in mathematics to indicate a transformation, often the action of a mapping on ...
EvaluationCompletionAction is an option for notebooks that specifies the action taken when an evaluation is completed.
Two ways to set up automatic numbering in a Mathematica notebook. These cells are in DisplayFormulaNumbered style. DisplayFormulaNumbered style is available in the default ...
int MTensor_getComplex (MTensor t, mint*pos, mcomplex*pres) gets a single element of an MTensor of complex type.
int MTensor_getInteger (MTensor t, mint*pos, mint*pres) gets an element from an MTensor of integer type.
int MTensor_getInteger (MTensor t, mint*pos, mint numpos, MTensor*pres) gets a subtensor element from an MTensor.
int MTensor_getInteger (MTensor t, mint*pos, mreal*pres) gets a single element of an MTensor of real type.
void MTensor_setComplex (MTensor t, mint*pos, mcomplex value) sets a single element of an MTensor of complex type.
void MTensor_setInteger (MTensor t, mint*pos, mint value) sets a single element of an MTensor of integer type.
int MTensor_setReal (MTensor t, mint*pos, mreal value) sets a single element of an MTensor of real type.