Skip to main content

is_hermitian

Method of RealMatrix.

Overloads

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

is_hermitian(real tolerance) -> bool

Checks if a RealMatrix is approximately equal to a Hermitian matrix.

Parameters

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

is_hermitian() -> bool

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