Wolfram Language

NumericArray Object

Version 12 introduces NumericArray, a container for the most compact representation of numeric arrays. NumericArray can store values of all C++ fixed-width integer types, as well as real and complex numbers in single and double precision.

Compare the size of the list and the corresponding NumericArray.

NumericArray can also be created from special arrays such as SparseArray.

Plot the resulting numeric array.

Related Examples

de es fr ja ko pt-br zh