#include 'lapacke_utils.h'
lapack_int LAPACKE_sbdsdc (int matrix_layout, char uplo, char compq, lapack_int n, float *d, float *e, float *u, lapack_int ldu, float *vt, lapack_int ldvt, float *q, lapack_int *iq)
Definition at line 36 of file lapacke_sbdsdc.c.
Generated automatically by Doxygen for LAPACK from the source code.