public interface savetxt
Subroutines
private module subroutine savetxt_1_cdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=dp), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_csp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=sp), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_iint16(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int16), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_iint32(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int32), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_iint64(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int64), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_iint8(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int8), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_rdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_1_rsp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
X | |
private module subroutine savetxt_2_cdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_csp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_iint16(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int16), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_iint32(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int32), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_iint64(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int64), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_iint8(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int8), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_rdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
X | |
private module subroutine savetxt_2_rsp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
X | |