45 LAPACK_dsygvd( &itype, &jobz, &uplo, &n, a, &lda, b, &ldb, w, work,
46 &lwork, iwork, &liwork, &info );
67 if( liwork == -1 || lwork == -1 ) {
68 LAPACK_dsygvd( &itype, &jobz, &uplo, &n, a, &lda_t, b, &ldb_t, w,
69 work, &lwork, iwork, &liwork, &info );
70 return (info < 0) ? (info - 1) : info;
87 LAPACK_dsygvd( &itype, &jobz, &uplo, &n, a_t, &lda_t, b_t, &ldb_t, w,
88 work, &lwork, iwork, &liwork, &info );