1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
extern int zgeev_(char *jobvl, char *jobvr, integer *n, doublecomplex *a, integer *lda, doublecomplex *w, doublecomplex *vl, integer *ldvl, doublecomplex *vr, integer *ldvr, doublecomplex *work, integer *lwork, doublereal *rwork, integer *info, ftnlen jobvl_len, ftnlen jobvr_len);
/*:ref: lsame_ 12 4 13 13 124 124 */
/*:ref: ilaenv_ 4 9 4 13 13 4 4 4 4 124 124 */
/*:ref: xerbla_ 14 3 13 4 124 */
/*:ref: dlamch_ 7 2 13 124 */
/*:ref: dlabad_ 14 2 7 7 */
/*:ref: zlange_ 7 7 13 4 4 9 4 7 124 */
/*:ref: zlascl_ 14 11 13 4 4 7 7 4 4 9 4 4 124 */
/*:ref: zgebal_ 14 9 13 4 9 4 4 4 7 4 124 */
/*:ref: zgehrd_ 14 9 4 4 4 9 4 9 9 4 4 */
/*:ref: zlacpy_ 14 8 13 4 4 9 4 9 4 124 */
/*:ref: zunghr_ 14 9 4 4 4 9 4 9 9 4 4 */
/*:ref: zhseqr_ 14 15 13 13 4 4 4 9 4 9 9 4 9 4 4 124 124 */
/*:ref: ztrevc_ 14 17 13 13 12 4 9 4 9 4 9 4 4 4 9 7 4 124 124 */
/*:ref: zgebak_ 14 12 13 13 4 4 4 7 4 9 4 4 124 124 */
/*:ref: dznrm2_ 7 3 4 9 4 */
/*:ref: zdscal_ 14 4 4 7 9 4 */
/*:ref: idamax_ 4 3 4 7 4 */
/*:ref: zscal_ 14 4 4 9 9 4 */
|