Construct Matrix Memory Pool object.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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). |
The matrix to construct.