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