Write a distributed sparse matrix to a matrix market file. Read \cite boisvert1996matrix for the details.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ps), | intent(in) | :: | this |
The Matrix to write. |
||
character(len=*), | intent(in) | :: | file_name |
The name of the file to write to. |