 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
Go to the documentation of this file.
38 float* s,
float* scond,
float* amax )
void LAPACK_cpoequ(lapack_int const *n, lapack_complex_float const *A, lapack_int const *lda, float *S, float *scond, float *amax, lapack_int *info)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define lapack_complex_float
#define LAPACK_TRANSPOSE_MEMORY_ERROR
#define LAPACKE_malloc(size)
lapack_int LAPACKE_cpoequ_work(int matrix_layout, lapack_int n, const lapack_complex_float *a, lapack_int lda, float *s, float *scond, float *amax)