aboutsummaryrefslogtreecommitdiff
path: root/SRC/dlarrb.f
diff options
context:
space:
mode:
authorlangou <julien.langou@ucdenver.edu>2016-12-29 21:26:48 +0100
committerGitHub <noreply@github.com>2016-12-29 21:26:48 +0100
commit663bdbf4e150d521ac0bee4a125e28715d70e714 (patch)
treec89d48cd14c7721811fd1c7197b729a72221e1ac /SRC/dlarrb.f
parent7ca543cf4361480238f4b67ad1ac4269fb617e0e (diff)
parent6c3b79b35e83df36e30bd2ceadc9b927a3287740 (diff)
Merge pull request #104 from sebastien-villemot/master
Patches applied to Debian package for LAPACK 3.7.0
Diffstat (limited to 'SRC/dlarrb.f')
-rw-r--r--SRC/dlarrb.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dlarrb.f b/SRC/dlarrb.f
index 68d6ade9..2733922f 100644
--- a/SRC/dlarrb.f
+++ b/SRC/dlarrb.f
@@ -107,7 +107,7 @@
*> \verbatim
*> W is DOUBLE PRECISION array, dimension (N)
*> On input, W( IFIRST-OFFSET ) through W( ILAST-OFFSET ) are
-*> estimates of the eigenvalues of L D L^T indexed IFIRST throug
+*> estimates of the eigenvalues of L D L^T indexed IFIRST through
*> ILAST.
*> On output, these estimates are refined.
*> \endverbatim