ARTS built-in documentation server

Workspace Method MatrixCopySparse

Description

Creates a matrix by copying a variable of type Sparse.

Authors: Patrick Eriksson

Synopsis

MatrixCopySparse( output, input )

Variables

GOUToutput(Matrix)Created (full) matrix.
GINinput(Sparse)The sparse matrix to be copied.