ARTS built-in documentation server

Workspace Method MatrixCompare

Description

Checks the deviation between two matrices.

The method was implemented having jacobian matrices in mind, but
can be applied on any matrices.

It is checked if the maximum absolute difference is below the given
limit.

Authors: Patrick Eriksson

Synopsis

MatrixCompare( matrix1, matrix2, maxabsdiff )

Variables

GINmatrix1(Matrix)A first jacobian matrix
GINmatrix2(Matrix)A second jacobian matrix
GINmaxabsdiff(Numeric, Default: 0.01)Threshold for maximum absolute difference.