is_hermitian
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
is_hermitian() -> bool | Checks if a ComplexMatrix is approximately equal to a Hermitian matrix. Uses the default tolerance eps = 2.220446049250313e-16. |
is_hermitian(real tolerance) -> bool | Checks if a ComplexMatrix is approximately equal to a Hermitian matrix. |
is_hermitian() -> bool
Checks if a ComplexMatrix is approximately equal to a Hermitian matrix. Uses the default tolerance eps = 2.220446049250313e-16.
is_hermitian(real tolerance) -> bool
Checks if a ComplexMatrix is approximately equal to a Hermitian matrix.
Parameters
- tolerance: The numerical tolerance to use when performing the check.