Command: Select

NEST HelpDesk Command Index NEST Quick Reference
Name:
Select - reduces an array to elements which fulfill a criterio
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
SeeAlso:
Source:
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/lib/sli/mathematica.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative