stdlib_cgtsv Interface

interface
public pure module subroutine stdlib_cgtsv(n, nrhs, dl, d, du, b, ldb, info)

Arguments

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