37 float* w,
float* z,
lapack_int ldz,
float* work,
44 LAPACK_sspgvd( &itype, &jobz, &uplo, &n, ap, bp, w, z, &ldz, work,
45 &lwork, iwork, &liwork, &info );
61 if( liwork == -1 || lwork == -1 ) {
62 LAPACK_sspgvd( &itype, &jobz, &uplo, &n, ap, bp, w, z, &ldz_t, work,
63 &lwork, iwork, &liwork, &info );
64 return (info < 0) ? (info - 1) : info;
90 LAPACK_sspgvd( &itype, &jobz, &uplo, &n, ap_t, bp_t, w, z_t, &ldz_t,
91 work, &lwork, iwork, &liwork, &info );
void LAPACK_sspgvd(lapack_int const *itype, char const *jobz, char const *uplo, lapack_int const *n, float *AP, float *BP, float *W, float *Z, lapack_int const *ldz, float *work, lapack_int const *lwork, lapack_int *iwork, lapack_int const *liwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_sspgvd_work(int matrix_layout, lapack_int itype, char jobz, char uplo, lapack_int n, float *ap, float *bp, float *w, float *z, lapack_int ldz, float *work, lapack_int lwork, lapack_int *iwork, lapack_int liwork)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_ssp_trans(int matrix_layout, char uplo, lapack_int n, const float *in, float *out)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)