ARTS built-in documentation server
Workspace Method Matrix2RowFromVectors
Description
Forms a matrix containing two rows from two vectors. The vectors are included as rows in the matrix in the same order as they are given.
Authors: Mattias Ekstrom
Synopsis
Matrix2RowFromVectors( | out, v1, v2 ) |
Variables
GOUT | out | (Matrix) | Variable to initialize. |
GIN | v1 | (Vector) | The vector to be copied into the first row. |
GIN | v2 | (Vector) | The vector to be copied into the second row. |