Prints the elements of a matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | DIMENSION(:) | :: | matrix | ||
integer, | intent(in) | :: | rows |
the logical (possibly detransposed) matrix size, not the stored size the logical (possibly detransposed) matrix size, not the stored size |
||
integer, | intent(in) | :: | cols |
the logical (possibly detransposed) matrix size, not the stored size the logical (possibly detransposed) matrix size, not the stored size |
||
integer, | intent(in) | :: | iunit |
the logical (possibly detransposed) matrix size, not the stored size the logical (possibly detransposed) matrix size, not the stored size |
||
character(len=*), | intent(in), | optional | :: | title | ||
logical, | intent(in), | optional | :: | tr |
specifies whether the elements are stored transposed |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | DIMENSION(:) | :: | matrix | ||
integer, | intent(in) | :: | rows | |||
integer, | intent(in) | :: | cols | |||
integer, | intent(in) | :: | iunit | |||
character(len=*), | intent(in), | optional | :: | title | ||
logical, | intent(in), | optional | :: | tr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | DIMENSION(:) | :: | matrix | ||
integer, | intent(in) | :: | rows | |||
integer, | intent(in) | :: | cols | |||
integer, | intent(in) | :: | iunit | |||
character(len=*), | intent(in), | optional | :: | title | ||
logical, | intent(in), | optional | :: | tr |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | DIMENSION(:) | :: | matrix | ||
integer, | intent(in) | :: | rows | |||
integer, | intent(in) | :: | cols | |||
integer, | intent(in) | :: | iunit | |||
character(len=*), | intent(in), | optional | :: | title | ||
logical, | intent(in), | optional | :: | tr |