public interface triu
Functions
private module function triu_cdp(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value complex(kind=dp),
dimension(:, :), allocatable
private module function triu_csp(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value complex(kind=sp),
dimension(:, :), allocatable
private module function triu_dp(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function triu_int16(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value integer(kind=int16),
dimension(:, :), allocatable
private module function triu_int32(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value integer(kind=int32),
dimension(:, :), allocatable
private module function triu_int64(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value integer(kind=int64),
dimension(:, :), allocatable
private module function triu_int8(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value integer(kind=int8),
dimension(:, :), allocatable
private module function triu_sp(A, k)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
k | |
Return Value real(kind=sp),
dimension(:, :), allocatable