diff options
Diffstat (limited to 'SRC/dlagts.f')
-rw-r--r-- | SRC/dlagts.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dlagts.f b/SRC/dlagts.f index be33157b..c31c7c5d 100644 --- a/SRC/dlagts.f +++ b/SRC/dlagts.f @@ -19,7 +19,7 @@ * * DLAGTS may be used to solve one of the systems of equations * -* (T - lambda*I)*x = y or (T - lambda*I)'*x = y, +* (T - lambda*I)*x = y or (T - lambda*I)**T*x = y, * * where T is an n by n tridiagonal matrix, for x, following the * factorization of (T - lambda*I) as @@ -42,9 +42,9 @@ * and, if overflow would otherwise occur, the diagonal * elements of U are to be perturbed. See argument TOL * below. -* = 2: The equations (T - lambda*I)'x = y are to be solved, +* = 2: The equations (T - lambda*I)**Tx = y are to be solved, * but diagonal elements of U are not to be perturbed. -* = -2: The equations (T - lambda*I)'x = y are to be solved +* = -2: The equations (T - lambda*I)**Tx = y are to be solved * and, if overflow would otherwise occur, the diagonal * elements of U are to be perturbed. See argument TOL * below. |