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
GOUT | v | (Vector) | Variable to initialize. |
IN | nelem | (Index) | This variable is used by the VectorSet workspace method. |
GIN | start | (Numeric) | Start value. |
GIN | stop | (Numeric) | End value. |