public interface inv_func
Functions
public module function inv_func_real_kind(a) result(b)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=fffc_real_kind),
|
intent(in) |
|
|
:: |
a(:,:) |
|
Return Value
real(kind=fffc_real_kind), (size(a,1),size(a,2))
public module function inv_func_complex_kind(a) result(b)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=fffc_complex_kind),
|
intent(in) |
|
|
:: |
a(:,:) |
|
Return Value
complex(kind=fffc_complex_kind), (size(a,1),size(a,2))