solve Interface

public interface solve

Contents


Subroutines

public module subroutine solve_real_kind(a, b)

Arguments

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

public module subroutine solve_complex_kind(a, b)

Arguments

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