Skip to main content

lower_triangular

Method of ComplexMatrix.

Overloads

NameDescription
lower_triangular() -> ComplexMatrixReturns the lower triangular part of the ComplexMatrix lhs.
lower_triangular(integer index) -> ComplexMatrixReturns the lower triangular part of the ComplexMatrix lhs.

lower_triangular() -> ComplexMatrix

Returns the lower triangular part of the ComplexMatrix lhs.

lower_triangular(integer index) -> ComplexMatrix

Returns the lower triangular part of the ComplexMatrix lhs.

Parameters

  • index: The index of the diagonal above which to zero.