Gauss_Jordan_PV Interface

public interface Gauss_Jordan_PV

Contents


Module Procedures

public subroutine gauss_jordan_pv_real32(a0, x, b, n)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: a0(n,n)
real(kind=real32), intent(out) :: x(n)
real(kind=real32), intent(in) :: b(n)
integer(kind=int32), intent(in) :: n

public subroutine gauss_jordan_pv_real64(a0, x, b, n)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: a0(n,n)
real(kind=real64), intent(out) :: x(n)
real(kind=real64), intent(in) :: b(n)
integer(kind=int32), intent(in) :: n

public subroutine gauss_jordan_pv_complex64(a0, x, b, n)

Arguments

Type IntentOptional AttributesName
complex(kind=real64), intent(in) :: a0(n,n)
complex(kind=real64), intent(out) :: x(n)
complex(kind=real64), intent(in) :: b(n)
integer(kind=int32), intent(in) :: n