stdlib_chbgst Interface

interface
public pure module subroutine stdlib_chbgst(vect, uplo, n, ka, kb, ab, ldab, bb, ldbb, x, ldx, work, rwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: vect
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: ka
integer(kind=ilp), intent(in) :: kb
complex(kind=sp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
complex(kind=sp), intent(in) :: bb(ldbb,*)
integer(kind=ilp), intent(in) :: ldbb
complex(kind=sp), intent(out) :: x(ldx,*)
integer(kind=ilp), intent(in) :: ldx
complex(kind=sp), intent(out) :: work(*)
real(kind=sp), intent(out) :: rwork(*)
integer(kind=ilp), intent(out) :: info