LAPACK 3.3.0

zgebrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZGEBRD (M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK, INFO)

Function Documentation

subroutine ZGEBRD ( INTEGER  M,
INTEGER  N,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
COMPLEX*16,dimension( * )  TAUQ,
COMPLEX*16,dimension( * )  TAUP,
COMPLEX*16,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file zgebrd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions