Print out a distributed sparse matrix. This is a serial print routine, and should probably only be used for debug purposes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps) | :: | this | The matrix to print. |
|||
| character(len=*), | intent(in), | optional | :: | file_name_in | Optionally, you can pass a file to print to instead of the console. |