public interface loadtxt
Subroutines
private module subroutine loadtxt_1_cdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=dp), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_csp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=sp), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_iint16(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int16), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_iint32(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int32), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_iint64(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int64), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_iint8(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int8), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_rdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=dp), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_1_rsp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=sp), |
intent(out), |
|
dimension(:), allocatable | :: |
X | |
private module subroutine loadtxt_2_cdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=dp), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_csp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
complex(kind=sp), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_iint16(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int16), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_iint32(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int32), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_iint64(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int64), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_iint8(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
integer(kind=int8), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_rdp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=dp), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |
private module subroutine loadtxt_2_rsp(filename, X)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in) |
|
| :: |
filename | |
real(kind=sp), |
intent(out), |
|
dimension(:, :), allocatable | :: |
X | |