Skip to main content

lower_triangular

Method of RealMatrix.

Overloads

NameDescription
lower_triangular() -> RealMatrixReturns the lower triangular part of the RealMatrix lhs.
lower_triangular(integer index) -> RealMatrixReturns the lower triangular part of the RealMatrix lhs.

lower_triangular() -> RealMatrix

Returns the lower triangular part of the RealMatrix lhs.

lower_triangular(integer index) -> RealMatrix

Returns the lower triangular part of the RealMatrix lhs.

Parameters

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