R8MAT_PRINT prints an R8MAT.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=4) | :: | m | ||||
| integer(kind=4) | :: | n | ||||
| real(kind=8) | :: | a(m,n) | ||||
| character(len=*) | :: | title |
R8MAT_PRINT_SOME prints some of an R8MAT.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=4) | :: | m | ||||
| integer(kind=4) | :: | n | ||||
| real(kind=8) | :: | a(m,n) | ||||
| integer(kind=4) | :: | ilo | ||||
| integer(kind=4) | :: | jlo | ||||
| integer(kind=4) | :: | ihi | ||||
| integer(kind=4) | :: | jhi | ||||
| character(len=*) | :: | title |