issym
ISSYM
Check whether a Matrix is Symmetric
OK = ISSYM(A,DELTA)
Input | A | Dataset | DELTA | Parameter for the precision check (optional; default: 1e-13) |
Output | OK | 1 if the matrix A is symmetric and error otherwise. |
Description A is considered as a symmetric matrix, when it is square and max(max(A-A')) is smaller than DELTA.
This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|