stdlib_cptts2 Interface

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