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
GIN | matrix1 | (Matrix) | A first jacobian matrix |
GIN | matrix2 | (Matrix) | A second jacobian matrix |
GIN | maxabsdiff | (Numeric, Default: 0.01) | Threshold for maximum absolute difference. |