stdlib_zgtts2 Interface

interface
public pure module subroutine stdlib_zgtts2(itrans, n, nrhs, dl, d, du, du2, ipiv, b, ldb)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: itrans
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: nrhs
complex(kind=dp), intent(in) :: dl(*)
complex(kind=dp), intent(in) :: d(*)
complex(kind=dp), intent(in) :: du(*)
complex(kind=dp), intent(in) :: du2(*)
integer(kind=ilp), intent(in) :: ipiv(*)
complex(kind=dp), intent(inout) :: b(ldb,*)
integer(kind=ilp), intent(in) :: ldb