Skip to main content

is_lower_triangular

Method of ComplexMatrix.

Overloads

NameDescription
is_lower_triangular() -> boolChecks if a ComplexMatrix is approximately equal to a lower triangular matrix.
is_lower_triangular(real tolerance) -> boolChecks 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.