diff options
Diffstat (limited to 'SRC/dgtsv.f')
-rw-r--r-- | SRC/dgtsv.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgtsv.f b/SRC/dgtsv.f index ab6a9f5d..0d81a248 100644 --- a/SRC/dgtsv.f +++ b/SRC/dgtsv.f @@ -22,7 +22,7 @@ * where A is an n by n tridiagonal matrix, by Gaussian elimination with * partial pivoting. * -* Note that the equation A'*X = B may be solved by interchanging the +* Note that the equation A**T*X = B may be solved by interchanging the * order of the arguments DU and DL. * * Arguments |