ARTS built-in documentation server

Workspace Method MatrixReshapeTensor3

Description

Creates a matrix as reshaped version of a tenor3.

If the size of the tensor is [npages, nrows, ncols], the created
matrix gets size [npages*nrows, ncols]. The matrix is filled with
the tensor's page dimension as the outermost loop.

Authors: Patrick Eriksson

Synopsis

MatrixReshapeTensor3( out, in )

Variables

GOUTout(Matrix)Matrix to fill.
GINin(Tensor3)Tensor3 to copy.