LAPACK 3.3.0

ssbtrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSBTRD (VECT, UPLO, N, KD, AB, LDAB, D, E, Q, LDQ, WORK, INFO)

Function Documentation

subroutine SSBTRD ( CHARACTER  VECT,
CHARACTER  UPLO,
INTEGER  N,
INTEGER  KD,
REAL,dimension( ldab, * )  AB,
INTEGER  LDAB,
REAL,dimension( * )  D,
REAL,dimension( * )  E,
REAL,dimension( ldq, * )  Q,
INTEGER  LDQ,
REAL,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file ssbtrd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions