GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TESTING/EIG/sstect.f(3) LAPACK TESTING/EIG/sstect.f(3)

TESTING/EIG/sstect.f


subroutine sstect (n, a, b, shift, num)
SSTECT

SSTECT

Purpose:


SSTECT counts the number NUM of eigenvalues of a tridiagonal
matrix T which are less than or equal to SHIFT. T has
diagonal entries A(1), ... , A(N), and offdiagonal entries
B(1), ..., B(N-1).
See W. Kahan 'Accurate Eigenvalues of a Symmetric Tridiagonal
Matrix', Report CS41, Computer Science Dept., Stanford
University, July 21, 1966

Parameters

N


N is INTEGER
The dimension of the tridiagonal matrix T.

A


A is REAL array, dimension (N)
The diagonal entries of the tridiagonal matrix T.

B


B is REAL array, dimension (N-1)
The offdiagonal entries of the tridiagonal matrix T.

SHIFT


SHIFT is REAL
The shift, used as described under Purpose.

NUM


NUM is INTEGER
The number of eigenvalues of T less than or equal
to SHIFT.

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 81 of file sstect.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:34 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.