solve_func Interface

public interface solve_func

Contents


Functions

public module function solve_func_real_kind(a, b) result(x)

Arguments

Type IntentOptional Attributes Name
real(kind=fffc_real_kind), intent(in) :: a(:,:)
real(kind=fffc_real_kind), intent(in) :: b(:,:)

Return Value real(kind=fffc_real_kind), (size(b,1),size(b,2))

public module function solve_func_complex_kind(a, b) result(x)

Arguments

Type IntentOptional Attributes Name
complex(kind=fffc_complex_kind), intent(in) :: a(:,:)
complex(kind=fffc_complex_kind), intent(in) :: b(:,:)

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