38 float* s,
float* scond,
float* amax )
43 LAPACK_spbequ( &uplo, &n, &kd, ab, &ldab, s, scond, amax, &info );
65 LAPACK_spbequ( &uplo, &n, &kd, ab_t, &ldab_t, s, scond, amax, &info );
void LAPACK_spbequ(char *uplo, lapack_int *n, lapack_int *kd, const float *ab, lapack_int *ldab, float *s, float *scond, float *amax, lapack_int *info)
void LAPACKE_spb_trans(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const float *in, lapack_int ldin, float *out, lapack_int ldout)
lapack_int LAPACKE_spbequ_work(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const 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