LAPACK 3.3.1
Linear Algebra PACKage

dsyt21.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DSYT21 ( INTEGER  ITYPE,
CHARACTER  UPLO,
INTEGER  N,
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 dsyt21.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions