nws_tools.
issym
(A, tol=1e-09)[source]¶Check for symmetry of a 2d NumPy array
Parameters: | A : NumPy 2darray
tol : float
|
---|---|
Returns: | is_sym : bool
|
See also
isclose
Notes
For further details regarding the Frobenius norm approach used, please refer to the discussion in this thread at MATLAB central