We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b136e8 commit 0bba131Copy full SHA for 0bba131
TESTING/EIG/cchkhb2stg.f
@@ -680,8 +680,8 @@ SUBROUTINE CCHKHB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE,
680
* the one from above. Compare it with D1 computed
681
* using the DSBTRD.
682
*
683
- CALL DLASET( 'Full', N, 1, ZERO, ZERO, SD, 1 )
684
- CALL DLASET( 'Full', N, 1, ZERO, ZERO, SE, 1 )
+ CALL SLASET( 'Full', N, 1, ZERO, ZERO, SD, 1 )
+ CALL SLASET( 'Full', N, 1, ZERO, ZERO, SE, 1 )
685
CALL CLACPY( ' ', K+1, N, A, LDA, U, LDU )
686
LH = MAX(1, 4*N)
687
LW = LWORK - LH
@@ -753,8 +753,8 @@ SUBROUTINE CCHKHB2STG( NSIZES, NN, NWDTHS, KK, NTYPES, DOTYPE,
753
754
755
756
757
758
759
760
0 commit comments