$Language is a list of strings which give the names of languages to use for messages.
In some cases you may need to specify pattern sequences that are more intricate than things like x__ or x..; for such situations you can use PatternSequence[p_1,p_2,…]. ...
Specifying patterns that involve alternatives. This defines h to give p when its argument is either a or b. The first two cases give p.
Mathematica can work with polynomials whose coefficients are in the finite field Z_p of integers modulo a prime p. Functions for manipulating polynomials over finite fields. ...
General Mathematica patterns provide a powerful way to do string manipulation. But particularly if you are familiar with specialized string manipulation languages, you may ...
Type the expression that will have an overscript. Type x. Create an overscript by pressing the Control key and the 7 key at the same time.
void MTensor_disownAll (MTensor t) disowns all references to an MTensor that was passed between a library function and Mathematica using shared memory management.
void MTensor_disown (MTensor t) disowns a reference to an MTensor that was passed between a library function and Mathematica using shared memory management.
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint MTensor_getRank (MTensor t) gets the rank of an MTensor.