$ WORK, IERR )
LWKOPT = MAX( LWKOPT, INT ( WORK( 1 ) ) )
IF( WANTST ) THEN
- CALL CTGSEN( 0, ILVSL, ILVSR, WORK, N, A, LDA, B, LDB,
+ CALL CTGSEN( 0, ILVSL, ILVSR, BWORK, N, A, LDA, B, LDB,
$ ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, SDIM,
$ PVSL, PVSR, DIF, WORK, -1, IDUM, 1, IERR )
LWKOPT = MAX( LWKOPT, INT ( WORK( 1 ) ) )
9999 FORMAT( ' CDRGEV3: ', A, ' returned INFO=', I6, '.', / 3X, 'N=',
$ I6, ', JTYPE=', I6, ', ISEED=(', 3( I5, ',' ), I5, ')' )
*
- 9998 FORMAT( ' CDRGEV3: ', A, ' Eigenvectors from ', A, ' incorrectly ',
- $ 'normalized.', / ' Bits of error=', 0P, G10.3, ',', 3X,
- $ 'N=', I4, ', JTYPE=', I3, ', ISEED=(', 3( I4, ',' ), I5,
- $ ')' )
+ 9998 FORMAT( ' CDRGEV3: ', A, ' Eigenvectors from ', A,
+ $ ' incorrectly normalized.', / ' Bits of error=', 0P, G10.3,
+ $ ',', 3X, 'N=', I4, ', JTYPE=', I3, ', ISEED=(',
+ $ 3( I4, ',' ), I5, ')' )
*
9997 FORMAT( / 1X, A3, ' -- Complex Generalized eigenvalue problem ',
$ 'driver' )
9999 FORMAT( ' DDRGEV3: ', A, ' returned INFO=', I6, '.', / 3X, 'N=',
$ I6, ', JTYPE=', I6, ', ISEED=(', 4( I4, ',' ), I5, ')' )
*
- 9998 FORMAT( ' DDRGEV3: ', A, ' Eigenvectors from ', A, ' incorrectly ',
- $ 'normalized.', / ' Bits of error=', 0P, G10.3, ',', 3X,
- $ 'N=', I4, ', JTYPE=', I3, ', ISEED=(', 4( I4, ',' ), I5,
- $ ')' )
+ 9998 FORMAT( ' DDRGEV3: ', A, ' Eigenvectors from ', A,
+ $ ' incorrectly normalized.', / ' Bits of error=', 0P, G10.3,
+ $ ',', 3X, 'N=', I4, ', JTYPE=', I3, ', ISEED=(',
+ $ 4( I4, ',' ), I5, ')' )
*
9997 FORMAT( / 1X, A3, ' -- Real Generalized eigenvalue problem driver'
$ )
9999 FORMAT( ' SDRGEV3: ', A, ' returned INFO=', I6, '.', / 3X, 'N=',
$ I6, ', JTYPE=', I6, ', ISEED=(', 4( I4, ',' ), I5, ')' )
*
- 9998 FORMAT( ' SDRGEV3: ', A, ' Eigenvectors from ', A, ' incorrectly ',
- $ 'normalized.', / ' Bits of error=', 0P, G10.3, ',', 3X,
- $ 'N=', I4, ', JTYPE=', I3, ', ISEED=(', 4( I4, ',' ), I5,
- $ ')' )
+ 9998 FORMAT( ' SDRGEV3: ', A, ' Eigenvectors from ', A,
+ $ ' incorrectly normalized.', / ' Bits of error=', 0P, G10.3,
+ $ ',', 3X, 'N=', I4, ', JTYPE=', I3, ', ISEED=(',
+ $ 4( I4, ',' ), I5, ')' )
*
9997 FORMAT( / 1X, A3, ' -- Real Generalized eigenvalue problem driver'
$ )
9999 FORMAT( ' ZDRGEV3: ', A, ' returned INFO=', I6, '.', / 3X, 'N=',
$ I6, ', JTYPE=', I6, ', ISEED=(', 3( I5, ',' ), I5, ')' )
*
- 9998 FORMAT( ' ZDRGEV3: ', A, ' Eigenvectors from ', A, ' incorrectly ',
- $ 'normalized.', / ' Bits of error=', 0P, G10.3, ',', 3X,
- $ 'N=', I4, ', JTYPE=', I3, ', ISEED=(', 3( I4, ',' ), I5,
- $ ')' )
+ 9998 FORMAT( ' ZDRGEV3: ', A, ' Eigenvectors from ', A,
+ $ ' incorrectly normalized.', / ' Bits of error=', 0P, G10.3,
+ $ ',', 3X, 'N=', I4, ', JTYPE=', I3, ', ISEED=(',
+ $ 3( I4, ',' ), I5, ')' )
*
9997 FORMAT( / 1X, A3, ' -- Complex Generalized eigenvalue problem ',
$ 'driver' )