|
|
||
|
|
| ArrayQ[expr] gives True if expr is a full array or a SparseArray object, and gives False otherwise. |
| ArrayQ[expr, patt] requires expr to be a full array with a depth that matches the pattern patt. |
| ArrayQ[expr, patt, test] requires also that test yield True when applied to each of the array elements in expr. |
| © 2008 Wolfram Research, Inc. |