STERF: computes all eigenvalues of a symmetric tridiagonal matrix using the Pal-Walker-Kahan variant of the QL or QR algorithm.
More...
STERF: computes all eigenvalues of a symmetric tridiagonal matrix using the Pal-Walker-Kahan variant of the QL or QR algorithm.
◆ dsterf()
pure subroutine la_lapack::sterf::dsterf |
( |
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(inout) |
d, |
|
|
real(dp), dimension(*), intent(inout) |
e, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_dsterf()
la_lapack::sterf::la_dsterf |
◆ la_qsterf()
la_lapack::sterf::la_qsterf |
◆ la_ssterf()
la_lapack::sterf::la_ssterf |
◆ ssterf()
pure subroutine la_lapack::sterf::ssterf |
( |
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(inout) |
d, |
|
|
real(sp), dimension(*), intent(inout) |
e, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: