Skip to main content

is_symmetric

Method of ComplexMatrix.

Overloads

NameDescription
is_symmetric(real tolerance) -> boolChecks if a ComplexMatrix is approximately equal to a symmetric matrix.
is_symmetric() -> boolChecks if a ComplexMatrix is approximately equal to a symmetric matrix. Uses the default tolerance eps = 2.220446049250313e-16.

is_symmetric(real tolerance) -> bool

Checks if a ComplexMatrix is approximately equal to a symmetric matrix.

Parameters

  • tolerance: The numerical tolerance to use when performing the check.

is_symmetric() -> bool

Checks if a ComplexMatrix is approximately equal to a symmetric matrix. Uses the default tolerance eps = 2.220446049250313e-16.