bdsdc
- void bdsdc(char uplo, char compq, f_int n, f_float* d, f_float* e, f_float* u, f_int ldu, f_float* vt, f_int ldvt, f_float* q, f_int iq, f_float* work, f_int* iwork, f_int info)
void
bdsdc
(,,,,,,,,,,,,,) - void bdsdc(char uplo, char compq, f_int n, f_double* d, f_double* e, f_double* u, f_int ldu, f_double* vt, f_int ldvt, f_double* q, f_int iq, f_double* work, f_int* iwork, f_int info)
Computes the singular value decomposition (SVD) of a real bidiagonal matrix, using a divide and conquer method.