|
Developer`FromPackedArray
FromPackedArray[expr] unpacks expr so that its internal representation is not a packed array.
Using FromPackedArray will not change results generated by Mathematica, but can reduce speed of execution and increase memory usage.
If expr is not a packed array, FromPackedArray[expr] returns expr unchanged.
See also: ToPackedArray, PackedArrayQ, ByteCount.
|