Function cposvx_
extern(C) void cposvx_
(
char* fact,
char* uplo,
int* n,
int* nrhs,
std .complex .Complex!(float)* a,
int* lda,
std .complex .Complex!(float)* af,
int* ldaf,
char* equed,
float* s,
std .complex .Complex!(float)* b,
int* ldb,
std .complex .Complex!(float)* x,
int* ldx,
float* rcond,
float* ferr,
float* berr,
std .complex .Complex!(float)* work,
float* rwork,
int* info,
int fact_len,
int uplo_len,
int equed_len
);