ARTS built-in documentation server

Workspace Method VectorNLinSpaceVector

Description

As VectorNLinSpace but end points taken from a vector.

The method gives a vector with equidistant spacing between
first and last element of the reference vector.

The length (nelem) must be larger than 1.

Authors: Patrick Eriksson

Synopsis

VectorNLinSpaceVector( out, nelem, y )

Variables

GOUTout(Vector)Variable to initialize.
INnelem(Index)Number of elements of a Vector or Array.
GINy(Vector)Reference vector.