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