ARTS built-in documentation server

Workspace Method Matrix3RowFromVectors

Description

Forms a matrix containing three rows from three vectors.

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

Authors: Mattias Ekstrom

Synopsis

Matrix3RowFromVectors( out, v1, v2, v3 )

Variables

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