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