Function zbdsqr_
extern(C) void zbdsqr_
(
char* uplo,
int* n,
int* ncvt,
int* nru,
int* ncc,
double* d,
double* e,
std .complex .Complex!(double)* vt,
int* ldvt,
std .complex .Complex!(double)* u,
int* ldu,
std .complex .Complex!(double)* c,
int* ldc,
double* rwork,
int* info,
int uplo_len
);