ArrayDepth
Usage
• ArrayDepth[expr] gives the depth to which expr is a full array, with all the parts at a particular level being lists of the same length, or is a SparseArray object.
Notes
• ArrayDepth[list] is equivalent to Length[Dimensions[list]]. • New in Version 5.
|