Prints a matrix to the supplied funit, otherwise print to stdout
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | M(:,:) | |||
| integer, | intent(in), | optional | :: | funit | ||
| character(len=*), | intent(in), | optional | :: | header |
Prints a matrix to the supplied funit, otherwise print to stdout
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | M(:,:) | |||
| integer, | intent(in), | optional | :: | funit | ||
| character(len=*), | intent(in), | optional | :: | header |
Prints a matrix to the supplied funit, otherwise print to stdout
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | M(:,:) | |||
| integer, | intent(in), | optional | :: | funit | ||
| character(len=*), | intent(in), | optional | :: | header |