public interface inv
Functions
private module function inv_cdp(A) result(inv)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
Return Value complex(kind=dp),
dimension(:, :), allocatable
private module function inv_csp(A) result(inv)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
Return Value complex(kind=sp),
dimension(:, :), allocatable
private module function inv_rdp(A) result(inv)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
Return Value real(kind=dp),
dimension(:, :), allocatable
private module function inv_rsp(A) result(inv)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
Return Value real(kind=sp),
dimension(:, :), allocatable