gauss_jordan_pv_complex64 Subroutine

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

Contents

None