Merge together the local matrix blocks into one big matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(in) | :: | this | The distributed sparse matrix to merge from.  | 
  
||
| type(Matrix_lsr), | intent(inout) | :: | merged_matrix | The merged matrix.  | 
  
Merge together the local matrix blocks into one big matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(in) | :: | this | The distributed sparse matrix to merge from.  | 
  
||
| type(Matrix_lsc), | intent(inout) | :: | merged_matrix | The merged matrix.  |