LAPACK 3.3.0

ssbgst.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSBGST (VECT, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, X, LDX, WORK, INFO)

Function Documentation

subroutine SSBGST ( CHARACTER  VECT,
CHARACTER  UPLO,
INTEGER  N,
INTEGER  KA,
INTEGER  KB,
REAL,dimension( ldab, * )  AB,
INTEGER  LDAB,
REAL,dimension( ldbb, * )  BB,
INTEGER  LDBB,
REAL,dimension( ldx, * )  X,
INTEGER  LDX,
REAL,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file ssbgst.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions