An interface to the lower triangular matrix extraction routines.
Extracts the lower triangular portion of a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | x |
The M-by-N matrix. |
The M-by-K lower triangular matrix where K = MIN(M, N).
Extracts the lower triangular portion of a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | x |
The M-by-N matrix. |
The M-by-K lower triangular matrix where K = MIN(M, N).