is_unitary
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
is_unitary() -> bool | Checks if a ComplexMatrix is approximately equal to a unitary matrix. |
is_unitary(real tolerance) -> bool | Checks if a ComplexMatrix is approximately equal to a unitary matrix. |
is_unitary() -> bool
Checks if a ComplexMatrix is approximately equal to a unitary matrix.
is_unitary(real tolerance) -> bool
Checks if a ComplexMatrix is approximately equal to a unitary matrix.
Parameters
- tolerance: The numerical tolerance to use when performing the check.