ARTS built-in documentation server

Workspace Method VectorNLogSpace

Description

Creates a vector with length nelem, equally logarithmically
spaced between the given end values.

The length (nelem) must be larger than 1.

Authors: Patrick Eriksson

Synopsis

VectorNLogSpace( v, nelem, start, stop )

Variables

GOUTv(Vector)Variable to initialize.
INnelem(Index)This variable is used by the VectorSet workspace method.
GINstart(Numeric)Start value.
GINstop(Numeric)End value.