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