stdlib_cptsv Interface

interface
public pure module subroutine stdlib_cptsv(n, nrhs, d, e, b, ldb, info)

Arguments

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