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