GPBiCG_complex64 Subroutine

public subroutine GPBiCG_complex64(a, b, x, n, itrmax, er)

Arguments

Type IntentOptional AttributesName
complex(kind=real64), intent(in) :: a(n,n)
complex(kind=real64), intent(in) :: b(n)
complex(kind=real64), intent(inout) :: x(n)
integer(kind=int32), intent(in) :: n
integer(kind=int32), intent(in), optional :: itrmax
complex(kind=real64), intent(in), optional :: er

Contents

None