NEST HelpDesk | Command Index | NEST Quick Reference |
MatrixQ - Test whether a nested array i a matrixSynopsis:
[array] MatrixQ -> true | falseExamples:
[1 2 3] MatrixQ -> trueBugs:
[[1 2] [3 4]] MatrixQ -> true
[[1] [2 3]] MatrixQ ->False
This version fails on the third exampleAuthor:
Marc-Oliver GewaltigSource:
/builddir/build/BUILD/nest-simulator-2.14.0/lib/sli/mathematica.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative