ARTS built-in documentation server

Workspace Method covmat_sxSet

Description

Set covmat_sx to a given matrix.

This sets the measurement covariance matrix covmat_sx to
the matrix given by the generic input *covmat*. The covariance
matrix can be of type CovarianceMatrix, Matrix or Sparse.

Authors: Simon Pfreundschuh

Synopsis

covmat_sxSet( covmat_sx, covmat )

Variables

OUTcovmat_sx(CovarianceMatrix)Covariance matrix of a priori distribution This covariance matrix describes the Gaussian a priori distribution for an OEM retrieval.
GINcovmat(CovarianceMatrix, Matrix, Sparse)The matrix to set as the covariance matrix.