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