A function that converts a sparse matrix to a dense matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsr), | intent(in) | :: | sparse_matrix |
The sparse matrix to convert. |
||
type(Matrix_ldr), | intent(inout) | :: | dense_matrix |
Output. Must be preallocated. |
A function that converts a sparse matrix to a dense matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_lsc), | intent(in) | :: | sparse_matrix |
The sparse matrix to convert. |
||
type(Matrix_ldc), | intent(inout) | :: | dense_matrix |
Dense matrix output. Must be preallocated. |