Saves a 2D array into a text file (Specification)
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
real(kind=sp), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
real(kind=dp), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int8), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int16), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int32), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int64), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
complex(kind=sp), | intent(in) | :: | d(:,:) |
Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
complex(kind=dp), | intent(in) | :: | d(:,:) |
Example
|