LAPACK 3.3.1
Linear Algebra PACKage

ssyt22.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SSYT22 (ITYPE, UPLO, N, M, KBAND, A, LDA, D, E, U, LDU, V, LDV, TAU, WORK, RESULT)

Function Documentation

subroutine SSYT22 ( INTEGER  ITYPE,
CHARACTER  UPLO,
INTEGER  N,
INTEGER  M,
INTEGER  KBAND,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( * )  D,
REAL,dimension( * )  E,
REAL,dimension( ldu, * )  U,
INTEGER  LDU,
REAL,dimension( ldv, * )  V,
INTEGER  LDV,
REAL,dimension( * )  TAU,
REAL,dimension( * )  WORK,
REAL,dimension( 2 )  RESULT 
)

Definition at line 1 of file ssyt22.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions