inv_func Interface

public interface inv_func

Contents


Functions

public module function inv_func_real_kind(a) result(b)

Arguments

Type IntentOptional 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 IntentOptional Attributes Name
complex(kind=fffc_complex_kind), intent(in) :: a(:,:)

Return Value complex(kind=fffc_complex_kind), (size(a,1),size(a,2))