Function dgehrd_
extern(C) void dgehrd_
(
int* n,
int* ilo,
int* ihi,
double* a,
int* lda,
double* tau,
double* work,
int* lwork,
int* info
);