Skip to content

Commit 1d98fec

Browse files
committed
comments fixed: A**H was missed in xGBT05
1 parent b3166e1 commit 1d98fec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TESTING/LIN/cgbt05.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*> CGBT05 tests the error bounds from iterative refinement for the
3131
*> computed solution to a system of equations op(A)*X = B, where A is a
3232
*> general band matrix of order n with kl subdiagonals and ku
33-
*> superdiagonals and op(A) = A or A**T, depending on TRANS.
33+
*> superdiagonals and op(A) = A, A**T, or A**H, depending on TRANS.
3434
*>
3535
*> RESLTS(1) = test of the error bound
3636
*> = norm(X - XACT) / ( norm(X) * FERR )

TESTING/LIN/zgbt05.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*> ZGBT05 tests the error bounds from iterative refinement for the
3131
*> computed solution to a system of equations op(A)*X = B, where A is a
3232
*> general band matrix of order n with kl subdiagonals and ku
33-
*> superdiagonals and op(A) = A or A**T, depending on TRANS.
33+
*> superdiagonals and op(A) = A, A**T, or A**H, depending on TRANS.
3434
*>
3535
*> RESLTS(1) = test of the error bound
3636
*> = norm(X - XACT) / ( norm(X) * FERR )

0 commit comments

Comments
 (0)