44 LAPACK_cpbequ( &uplo, &n, &kd, ab, &ldab, s, scond, amax, &info );
67 LAPACK_cpbequ( &uplo, &n, &kd, ab_t, &ldab_t, s, scond, amax, &info );
void LAPACK_cpbequ(char *uplo, lapack_int *n, lapack_int *kd, const lapack_complex_float *ab, lapack_int *ldab, float *s, float *scond, float *amax, lapack_int *info)
void LAPACKE_cpb_trans(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)
#define lapack_complex_float
lapack_int LAPACKE_cpbequ_work(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const lapack_complex_float *ab, lapack_int ldab, float *s, float *scond, float *amax)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR