mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
PermutationOrder[perm] gives the order of permutation perm.
SetGraphOptions[g, opts] returns g with the options opts set. SetGraphOptions[g, {v_1, v_2, ..., v_opts}, g_opts] returns the graph with the options v_opts set for vertices ...
AbelianGroup[{n_1, n_2, ...}] represents the direct product of the cyclic groups of degrees n_1, n_2, ....
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
In many kinds of calculations, you need to set up "arrays" that contain sequences of expressions, each specified by a certain index. One way to implement arrays in ...