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( out, nelem, start, stop )

Variables

GOUTout(Vector)Variable to initialize.
INnelem(Index)Number of elements of a Vector or Array.
GINstart(Numeric)Start value.
GINstop(Numeric)End value.