Bug report: array out-of-bounds reference in DLAQR5
In the section of the code "Special case: 2-by-2 reflection (if needed)" the logical test
- Code: Select all
IF( BMP22 .AND. ( V( 1, M22 ).NE.ZERO ) )
- Code: Select all
IF (BMP22) THEN, IF (V(1,M22).NE.ZERO) THEN...