stdlib_zlaqsp Interface

interface
public pure module subroutine stdlib_zlaqsp(uplo, n, ap, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(in) :: s(*)
real(kind=dp), intent(in) :: scond
real(kind=dp), intent(in) :: amax
character(len=1), intent(out) :: equed