#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_cbdsqr (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) |
| lapack_int LAPACKE_cbdsqr | ( | 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 ) |
Definition at line 35 of file lapacke_cbdsqr.c.