A subroutine wrapper for the empty constructor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ldr), | intent(inout) | :: | this |
The matrix to construct |
||
| integer, | intent(in) | :: | rows |
Rows of the matrix |
||
| integer, | intent(in) | :: | columns |
Columns of the matrix |
A subroutine style wrapper for the constructor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ldc), | intent(inout) | :: | this |
The matrix to construct. |
||
| integer, | intent(in) | :: | rows |
The number of rows of the matrix. |
||
| integer, | intent(in) | :: | columns |
The number of columns o the matrix. |