Mathematica 9 is now available

Documentation / Mathematica / The Mathematica Book / Mathematica Reference Guide / Developer Context Objects in Mathematica 5 /

Developer`ToPackedArray

FilledSmallSquare ToPackedArray[expr] uses packed arrays if possible in the internal representation of expr.

FilledSmallSquare Using ToPackedArray will not change results generated by Mathematica, but can enhance speed of execution and reduce memory usage.

FilledSmallSquare ToPackedArray is effectively used automatically by many functions that generate large lists.

FilledSmallSquare ToPackedArray will successfully pack full lists of any depth containing machine-sized integers and machine-sized approximate real and complex numbers.

FilledSmallSquare ToPackedArray[expr, type] will when possible convert entries in expr to be of the specified type.

FilledSmallSquare Possible types are: Integer, Real and Complex.

FilledSmallSquare Only machine-sized numbers can be stored in packed form.

FilledSmallSquare The option Tolerance->tol can be used to specify when small numerical values can be ignored in conversion to more restrictive types, and when they must prevent conversion to packed form.

FilledSmallSquare See also: FromPackedArray, ByteCount.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.