Command: MatrixQ

NEST HelpDesk Command Index NEST Quick Reference

Name:
 MatrixQ - Test whether a nested array i a matrix
Synopsis:
 [array] MatrixQ -> true | false
Examples:
 [1 2 3] MatrixQ -> true
          [[1 2] [3 4]] MatrixQ -> true
          [[1] [2 3]] MatrixQ ->False
Bugs:
 This version fails on the third example
Author:
 Marc-Oliver Gewaltig
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative