ARTS built-in documentation server

Workspace Method MatrixCopySparse

Description

Creates a matrix by copying a variable of type Sparse.

Authors: Patrick Eriksson

Synopsis

MatrixCopySparse( out, in )

Variables

GOUTout(Matrix)Created (full) matrix.
GINin(Sparse)The sparse matrix to be copied.