LAPACK 3.3.1
Linear Algebra PACKage

dsyt22.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dsyt22.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions