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
GOUT | out | (Vector) | Variable to initialize. |
IN | nelem | (Index) | Number of elements of a Vector or Array. |
GIN | y | (Vector) | Reference vector. |