Functions/Subroutines

SRC/sstevd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSTEVD (JOBZ, N, D, E, Z, LDZ, WORK, LWORK, IWORK, LIWORK, INFO)

Function Documentation

subroutine SSTEVD ( CHARACTER  JOBZ,
INTEGER  N,
REAL,dimension( * )  D,
REAL,dimension( * )  E,
REAL,dimension( ldz, * )  Z,
INTEGER  LDZ,
REAL,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER,dimension( * )  IWORK,
INTEGER  LIWORK,
INTEGER  INFO 
)

Definition at line 1 of file sstevd.f.