public interface vertcat
Functions
private module function vertcat_c_12_dp(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value complex(kind=dp),
dimension(:, :), allocatable
private module function vertcat_c_12_sp(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value complex(kind=sp),
dimension(:, :), allocatable
private module function vertcat_c_1_dp(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
complex(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value complex(kind=dp),
dimension(:, :), allocatable
private module function vertcat_c_1_sp(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
complex(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value complex(kind=sp),
dimension(:, :), allocatable
private module function vertcat_c_21_dp(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
complex(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value complex(kind=dp),
dimension(:, :), allocatable
private module function vertcat_c_21_sp(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
complex(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value complex(kind=sp),
dimension(:, :), allocatable
private module function vertcat_c_2_dp(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value complex(kind=dp),
dimension(:, :), allocatable
private module function vertcat_c_2_sp(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value complex(kind=sp),
dimension(:, :), allocatable
private module function vertcat_i_12_int16(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int16), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int16),
dimension(:, :), allocatable
private module function vertcat_i_12_int32(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int32), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int32),
dimension(:, :), allocatable
private module function vertcat_i_12_int64(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int64), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int64),
dimension(:, :), allocatable
private module function vertcat_i_12_int8(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int8), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int8),
dimension(:, :), allocatable
private module function vertcat_i_1_int16(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int16), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int16),
dimension(:, :), allocatable
private module function vertcat_i_1_int32(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int32), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int32),
dimension(:, :), allocatable
private module function vertcat_i_1_int64(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int64), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int64),
dimension(:, :), allocatable
private module function vertcat_i_1_int8(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in), |
|
dimension(:) | :: |
x1 | |
integer(kind=int8), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int8),
dimension(:, :), allocatable
private module function vertcat_i_21_int16(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int16), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int16),
dimension(:, :), allocatable
private module function vertcat_i_21_int32(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int32), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int32),
dimension(:, :), allocatable
private module function vertcat_i_21_int64(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int64), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int64),
dimension(:, :), allocatable
private module function vertcat_i_21_int8(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int8), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value integer(kind=int8),
dimension(:, :), allocatable
private module function vertcat_i_2_int16(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int16), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int16),
dimension(:, :), allocatable
private module function vertcat_i_2_int32(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int32), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int32),
dimension(:, :), allocatable
private module function vertcat_i_2_int64(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int64), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int64),
dimension(:, :), allocatable
private module function vertcat_i_2_int8(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
integer(kind=int8), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value integer(kind=int8),
dimension(:, :), allocatable
private module function vertcat_r_12_dp(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function vertcat_r_12_sp(x1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value real(kind=sp),
dimension(:, :), allocatable
private module function vertcat_r_1_dp(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function vertcat_r_1_sp(x1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x1 | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value real(kind=sp),
dimension(:, :), allocatable
private module function vertcat_r_21_dp(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function vertcat_r_21_sp(A1, x2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x2 | |
Return Value real(kind=sp),
dimension(:, :), allocatable
private module function vertcat_r_2_dp(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function vertcat_r_2_sp(A1, A2) result(result)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A1 | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A2 | |
Return Value real(kind=sp),
dimension(:, :), allocatable