ARTS built-in documentation server

Workspace Method Matrix2ColFromVectors

Description

Forms a matrix containing two columns from two vectors.

The vectors are included as columns in the matrix in the same order
as they are given.

Authors: Mattias Ekstrom

Synopsis

Matrix2ColFromVectors( out, v1, v2 )

Variables

GOUTout(Matrix)Variable to initialize.
GINv1(Vector)The vector to be copied into the first column.
GINv2(Vector)The vector to be copied into the second column.