LAPACK 3.3.0

zhbt21.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZHBT21 (UPLO, N, KA, KS, A, LDA, D, E, U, LDU, WORK, RWORK, RESULT)

Function Documentation

subroutine ZHBT21 ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  KA,
INTEGER  KS,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
COMPLEX*16,dimension( ldu, * )  U,
INTEGER  LDU,
COMPLEX*16,dimension( * )  WORK,
DOUBLE PRECISION,dimension( * )  RWORK,
DOUBLE PRECISION,dimension( 2 )  RESULT 
)

Definition at line 1 of file zhbt21.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions