NDArrayQ¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
NDArrayQ[expr]
Gives True if expr is an NDArray object, else False.
Examples¶
No verified examples yet for this function.
Implementation notes¶
Attributes: Protected.
References¶
- Source:
src/ndarray.c - Specification index:
Mathilda_spec.md - Tests:
tests/test_compile_transforms.c - Tests:
tests/test_diagonal.c - Tests:
tests/test_fourier.c - Tests:
tests/test_list_set.c