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