stdlib_cgtts2 Interface

interface
public pure module subroutine stdlib_cgtts2(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=sp), intent(in) :: dl(*)
complex(kind=sp), intent(in) :: d(*)
complex(kind=sp), intent(in) :: du(*)
complex(kind=sp), intent(in) :: du2(*)
integer(kind=ilp), intent(in) :: ipiv(*)
complex(kind=sp), intent(inout) :: b(ldb,*)
integer(kind=ilp), intent(in) :: ldb