#include "lapacke_utils.h"Go to the source code of this file.
Functions | |
| lapack_int | LAPACKE_zgelss_work (int matrix_layout, lapack_int m, lapack_int n, lapack_int nrhs, lapack_complex_double *a, lapack_int lda, lapack_complex_double *b, lapack_int ldb, double *s, double rcond, lapack_int *rank, lapack_complex_double *work, lapack_int lwork, double *rwork) |
| lapack_int LAPACKE_zgelss_work | ( | int | matrix_layout, |
| lapack_int | m, | ||
| lapack_int | n, | ||
| lapack_int | nrhs, | ||
| lapack_complex_double * | a, | ||
| lapack_int | lda, | ||
| lapack_complex_double * | b, | ||
| lapack_int | ldb, | ||
| double * | s, | ||
| double | rcond, | ||
| lapack_int * | rank, | ||
| lapack_complex_double * | work, | ||
| lapack_int | lwork, | ||
| double * | rwork ) |
Definition at line 35 of file lapacke_zgelss_work.c.