NEST HelpDesk | Command Index | NEST Quick Reference |
Select - reduces an array to elements which fulfill a criterionSynopsis:
array proc Select -> arrayRemarks:
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]
Mathematica compatibleAuthor:
DiesmannFirstVersion:
9.2.01SeeAlso: Source:
/builddir/build/BUILD/nest-simulator-2.16.0/nest-simulator-2.16.0/lib/sli/mathematica.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative