ARTS built-in documentation server

Workspace Method MatrixSet

Description

Initialize a Matrix from the given list of numbers.

Usage:
   MatrixSet(m1, [1, 2, 3; 4, 5, 6])

Authors: Oliver Lemke

Synopsis

MatrixSet( out, value )

Variables

GOUTout(Matrix)The newly created matrix
GINvalue(Matrix)The values of the newly created matrix. Elements are separated by commas, rows by semicolons.