Subroutine to get the number of super- and sub-diagonals in the matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(matrix_t), | intent(in) | :: | this | type instance |
||
integer, | intent(out) | :: | ku | number of superdiagonals |
||
integer, | intent(out) | :: | kl | number of subdiagonals |