Function cgesvd_

Function Documentation

void cgesvd_(char *JOBU, char *JOBVT, int *M, int *N, complex<float> *A, int *LDA, float *S, complex<float> *U, int *LDU, complex<float> *VT, int *LDVT, complex<float> *WORK, int *LWORK, float *RWORK, int *INFO)