Skip to content

FromPackedArray

Status: Stable

documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

Description

FromPackedArray[expr] is FromNDArray[expr]: it returns expr with any dense buffer storage undone, so a packed List becomes an ordinary List of separate elements and an NDArray[...] becomes the nested List of its entries. Provided under Mathematica's name for the same operation; see FromNDArray.

Examples

No verified examples yet for this function.

Implementation notes

Attributes: Protected.

References

See also: FromNDArray, ToPackedArray, List