stdlib_zptts2 Interface

interface
public pure module subroutine stdlib_zptts2(iuplo, n, nrhs, d, e, b, ldb)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: iuplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: nrhs
real(kind=dp), intent(in) :: d(*)
complex(kind=dp), intent(in) :: e(*)
complex(kind=dp), intent(inout) :: b(ldb,*)
integer(kind=ilp), intent(in) :: ldb