stdlib_sstev Interface

interface
public pure module subroutine stdlib_sstev(jobz, n, d, e, z, ldz, work, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: jobz
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(inout) :: d(*)
real(kind=sp), intent(inout) :: e(*)
real(kind=sp), intent(out) :: z(ldz,*)
integer(kind=ilp), intent(in) :: ldz
real(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info