upper_triangular
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
upper_triangular() -> ComplexMatrix | Returns the upper triangular part of the ComplexMatrix lhs. |
upper_triangular(integer index) -> ComplexMatrix | Returns the upper triangular part of the ComplexMatrix lhs. |
upper_triangular() -> ComplexMatrix
Returns the upper triangular part of the ComplexMatrix lhs.
upper_triangular(integer index) -> ComplexMatrix
Returns the upper triangular part of the ComplexMatrix lhs.
Parameters
- index: The index of the diagonal above which to zero.