From: igor175 Date: Sun, 25 Dec 2011 05:46:44 +0000 (+0000) Subject: changed comments in dchkaa.f X-Git-Tag: submit/tizen/20180313.231549~668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d3fdf834b4484819c75707374815da4d1ae9134;p=platform%2Fupstream%2Flapack.git changed comments in dchkaa.f --- diff --git a/TESTING/LIN/dchkaa.f b/TESTING/LIN/dchkaa.f index 6baa9708..6d551bfd 100644 --- a/TESTING/LIN/dchkaa.f +++ b/TESTING/LIN/dchkaa.f @@ -611,7 +611,8 @@ * ELSE IF( LSAMEN( 2, C2, 'SY' ) ) THEN * -* SY: symmetric indefinite matrices +* SY: symmetric indefinite matrices, +* with partial (Bunch-Kaufman) pivoting algorithm * NTYPES = 10 CALL ALAREQ( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT ) @@ -636,7 +637,8 @@ * ELSE IF( LSAMEN( 2, C2, 'SR' ) ) THEN * -* SR: symmetric indefinite matrices with Rook pivoting +* SR: symmetric indefinite matrices with Rook pivoting, +* with "rook" (bounded Bunch-Kaufman) pivoting algorithm * NTYPES = 10 CALL ALAREQ( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT ) @@ -656,7 +658,8 @@ * ELSE IF( LSAMEN( 2, C2, 'SP' ) ) THEN * -* SP: symmetric indefinite packed matrices +* SP: symmetric indefinite packed matrices, +* with partial (Bunch-Kaufman) pivoting algorithm * NTYPES = 10 CALL ALAREQ( PATH, NMATS, DOTYPE, NTYPES, NIN, NOUT )