| NEST HelpDesk | Command Index | NEST Quick Reference |
| Name: | Select - reduces an array to elements which fulfill a criterion | ||
| Synopsis: | array proc Select -> array | ||
| Examples: | [4 -2 0.3 -1.7 -3 0 7] {0 lt} Select -> [-2 -1.7 -3]
[4 -2 0.3 -1.7 -3 0 7] {0 gt} Select -> [ 4 0.3 7]
| ||
| Remarks: | Mathematica compatible | ||
| Author: | Diesmann | ||
| FirstVersion: | 9.2.01 | ||
| 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