Subroutine wrapper for the constructor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MatrixMemoryPool_lr), | TARGET | :: | this |
The matrix to construct. |
||
integer, | intent(in) | :: | columns |
Number of columns in the matrix. |
||
integer, | intent(in) | :: | rows |
Number of rows in the matrix. |
||
real(kind=NTREAL), | intent(in), | optional | :: | sparsity_in |
Estimated sparsity (optional). |
Subroutine wrapper for the constructor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MatrixMemoryPool_lc), | TARGET | :: | this |
The matrix to construct. |
||
integer, | intent(in) | :: | columns |
Number of columns in the matrix. |
||
integer, | intent(in) | :: | rows |
Number of rows in the matrix. |
||
real(kind=NTREAL), | intent(in), | optional | :: | sparsity_in |
Estimated sparsity (optional). |