41{
43 float* work = NULL;
46 return -1;
47 }
48#ifndef LAPACK_DISABLE_NAN_CHECK
50
51 if( ncc != 0 ) {
53 return -13;
54 }
55 }
57 return -7;
58 }
60 return -8;
61 }
62 if( nru != 0 ) {
64 return -11;
65 }
66 }
67 if( ncvt != 0 ) {
69 return -9;
70 }
71 }
72 }
73#endif
74
76 if( work == NULL ) {
78 goto exit_level_0;
79 }
80
82 ldvt, u, ldu, c, ldc, work );
83
85exit_level_0:
88 }
89 return info;
90}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_cbdsqr_work(int matrix_layout, char uplo, lapack_int n, lapack_int ncvt, lapack_int nru, lapack_int ncc, float *d, float *e, lapack_complex_float *vt, lapack_int ldvt, lapack_complex_float *u, lapack_int ldu, lapack_complex_float *c, lapack_int ldc, float *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_cge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda)