lower_triangular
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
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. |
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.