sterf Interface

public interface sterf

STERF computes all eigenvalues of a symmetric tridiagonal matrix using the Pal-Walker-Kahan variant of the QL or QR algorithm.


Subroutines

public pure subroutine dsterf(n, d, e, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: d(*)
real(kind=dp), intent(inout) :: e(*)
integer(kind=ilp), intent(out) :: info

public pure subroutine ssterf(n, d, e, info)

Arguments

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

Module Procedures

public interface stdlib_dsterf()

Arguments

None

public interface stdlib_ssterf()

Arguments

None