Matrix2ColFromVectors

Workspace.Matrix2ColFromVectors(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix, v1: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, v2: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

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.

Author(s): Mattias Ekstrom

Parameters:
  • output (Matrix) – Variable to initialize. [OUT]

  • v1 (Vector) – The vector to be copied into the first column. [IN]

  • v2 (Vector) – The vector to be copied into the second column. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]