43 LAPACK_sstevd( &jobz, &n, d, e, z, &ldz, work, &lwork, iwork, &liwork,
58 if( liwork == -1 || lwork == -1 ) {
59 LAPACK_sstevd( &jobz, &n, d, e, z, &ldz_t, work, &lwork, iwork,
61 return (info < 0) ? (info - 1) : info;
72 LAPACK_sstevd( &jobz, &n, d, e, z_t, &ldz_t, work, &lwork, iwork,
void LAPACK_sstevd(char const *jobz, lapack_int const *n, float *D, float *E, 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_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)