diff options
author | Sébastien Villemot <sebastien@debian.org> | 2016-06-27 20:07:25 -0600 |
---|---|---|
committer | Julien Langou <julien.langou@ucdenver.edu> | 2016-06-27 20:07:25 -0600 |
commit | 40a3b2fb153ab14ba4d5b51d6dbe1ec12f1578e9 (patch) | |
tree | a99023ddd220c0c7c723164ef3b74026a8dc1bd6 /BLAS | |
parent | 5efe3599486cc73ceead93f61ce1999eed96be11 (diff) | |
download | lapack-40a3b2fb153ab14ba4d5b51d6dbe1ec12f1578e9.tar.gz lapack-40a3b2fb153ab14ba4d5b51d6dbe1ec12f1578e9.tar.bz2 lapack-40a3b2fb153ab14ba4d5b51d6dbe1ec12f1578e9.zip |
Description: Fix various typos
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: yes, by email to lapack@cs.utk.edu on 2016-06-26
Diffstat (limited to 'BLAS')
-rw-r--r-- | BLAS/SRC/ctbmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/ctpmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/ctrmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/dtbmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/dtpmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/dtrmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/stbmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/stpmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/strmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/ztbmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/ztpmv.f | 2 | ||||
-rw-r--r-- | BLAS/SRC/ztrmv.f | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/BLAS/SRC/ctbmv.f b/BLAS/SRC/ctbmv.f index 45d17b86..47f59d80 100644 --- a/BLAS/SRC/ctbmv.f +++ b/BLAS/SRC/ctbmv.f @@ -146,7 +146,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/ctpmv.f b/BLAS/SRC/ctpmv.f index 14c7417d..3df93d8f 100644 --- a/BLAS/SRC/ctpmv.f +++ b/BLAS/SRC/ctpmv.f @@ -102,7 +102,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/ctrmv.f b/BLAS/SRC/ctrmv.f index f2bfbc2e..fb4cd128 100644 --- a/BLAS/SRC/ctrmv.f +++ b/BLAS/SRC/ctrmv.f @@ -107,7 +107,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/dtbmv.f b/BLAS/SRC/dtbmv.f index 86e027f8..851f4457 100644 --- a/BLAS/SRC/dtbmv.f +++ b/BLAS/SRC/dtbmv.f @@ -146,7 +146,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/dtpmv.f b/BLAS/SRC/dtpmv.f index 5af8f1d9..905d748c 100644 --- a/BLAS/SRC/dtpmv.f +++ b/BLAS/SRC/dtpmv.f @@ -102,7 +102,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/dtrmv.f b/BLAS/SRC/dtrmv.f index 71459fe7..5eb2f404 100644 --- a/BLAS/SRC/dtrmv.f +++ b/BLAS/SRC/dtrmv.f @@ -107,7 +107,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/stbmv.f b/BLAS/SRC/stbmv.f index bd5036c0..12c15429 100644 --- a/BLAS/SRC/stbmv.f +++ b/BLAS/SRC/stbmv.f @@ -146,7 +146,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/stpmv.f b/BLAS/SRC/stpmv.f index e66dc4ce..d712a99e 100644 --- a/BLAS/SRC/stpmv.f +++ b/BLAS/SRC/stpmv.f @@ -102,7 +102,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/strmv.f b/BLAS/SRC/strmv.f index 8f3a36f1..2fe99018 100644 --- a/BLAS/SRC/strmv.f +++ b/BLAS/SRC/strmv.f @@ -107,7 +107,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/ztbmv.f b/BLAS/SRC/ztbmv.f index 2b5780b1..6c52da45 100644 --- a/BLAS/SRC/ztbmv.f +++ b/BLAS/SRC/ztbmv.f @@ -146,7 +146,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/ztpmv.f b/BLAS/SRC/ztpmv.f index e277ec1a..547dc012 100644 --- a/BLAS/SRC/ztpmv.f +++ b/BLAS/SRC/ztpmv.f @@ -102,7 +102,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX diff --git a/BLAS/SRC/ztrmv.f b/BLAS/SRC/ztrmv.f index 8d7974a0..fd9263ce 100644 --- a/BLAS/SRC/ztrmv.f +++ b/BLAS/SRC/ztrmv.f @@ -107,7 +107,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX |