NEST HelpDesk | Command Index | NEST Quick Reference |
arange - Return a Int/DoubleVector filled with a range of numbers.Description:
Synapsis: [n] arange -> [ 1 ... 10 ]
[a b] arange -> [a ... b]
[a b s] arange -> [a a+s ...]
Author:
arange is identical to Range, except that the returned object is a DoubleVector or IntVector, depending on the type of the
range specification.
Marc-Oliver GewaltigFirstVersion:
Dec. 4 2012SeeAlso: 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