Command: arange

NEST HelpDesk Command Index NEST Quick Reference

Name:
 arange - Return a Int/DoubleVector filled with a range of numbers.
Synapsis: [n] arange -> [ 1  ... 10 ]
          [a b] arange -> [a ... b]
          [a b s] arange -> [a a+s ...]
Description:
arange is identical to Range, except that the returned object is a DoubleVector or IntVector, depending on the type of the
range specification.

Author:
 Marc-Oliver Gewaltig
FirstVersion:
 Dec. 4 2012
SeeAlso:zeros ones Range array LayoutArray Table
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