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
GOUT | out | (Matrix) | Created (full) matrix. |
GIN | in | (Sparse) | The sparse matrix to be copied. |