LAPACK 3.3.1
Linear Algebra PACKage

dsteqr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSTEQR (COMPZ, N, D, E, Z, LDZ, WORK, INFO)

Function Documentation

subroutine DSTEQR ( CHARACTER  COMPZ,
INTEGER  N,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( ldz, * )  Z,
INTEGER  LDZ,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dsteqr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions