Function zgebrd_
extern(C) void zgebrd_
(
int* m,
int* n,
std .complex .Complex!(double)* a,
int* lda,
double* d,
double* e,
std .complex .Complex!(double)* tauq,
std .complex .Complex!(double)* taup,
std .complex .Complex!(double)* work,
int* lwork,
int* info
);