diff options
author | Ichitaro Yamazaki <iyamazak@bunsen.icl.utk.edu> | 2016-11-20 20:38:38 -0500 |
---|---|---|
committer | Ichitaro Yamazaki <iyamazak@bunsen.icl.utk.edu> | 2016-11-20 20:38:38 -0500 |
commit | 715a5d46df2d017837df4947de80738054874988 (patch) | |
tree | bc55cf61868745e4a2873b8a5031576866f9ba1b /SRC | |
parent | 2abb5a57155ed189d2b2f267cf86f81814c303b7 (diff) | |
download | lapack-715a5d46df2d017837df4947de80738054874988.tar.gz lapack-715a5d46df2d017837df4947de80738054874988.tar.bz2 lapack-715a5d46df2d017837df4947de80738054874988.zip |
typos.
Diffstat (limited to 'SRC')
-rw-r--r-- | SRC/clahef_aa.f | 2 | ||||
-rw-r--r-- | SRC/clasyf_aa.f | 2 | ||||
-rw-r--r-- | SRC/dlasyf_aa.f | 2 | ||||
-rw-r--r-- | SRC/slasyf_aa.f | 2 | ||||
-rw-r--r-- | SRC/zlahef_aa.f | 2 | ||||
-rw-r--r-- | SRC/zlasyf_aa.f | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/SRC/clahef_aa.f b/SRC/clahef_aa.f index 38c469a8..81ca9023 100644 --- a/SRC/clahef_aa.f +++ b/SRC/clahef_aa.f @@ -46,7 +46,7 @@ *> which is used to factorize the first panel. *> *> The resulting J-th row of U, or J-th column of L, is stored in the -*> (J-1)-th row, or column, of A (without the unit diatonals), while +*> (J-1)-th row, or column, of A (without the unit diagonals), while *> the diagonal and subdiagonal of A are overwritten by those of T. *> *> \endverbatim diff --git a/SRC/clasyf_aa.f b/SRC/clasyf_aa.f index e5339d5e..b69cc547 100644 --- a/SRC/clasyf_aa.f +++ b/SRC/clasyf_aa.f @@ -46,7 +46,7 @@ *> which is used to factorize the first panel. *> *> The resulting J-th row of U, or J-th column of L, is stored in the -*> (J-1)-th row, or column, of A (without the unit diatonals), while +*> (J-1)-th row, or column, of A (without the unit diagonals), while *> the diagonal and subdiagonal of A are overwritten by those of T. *> *> \endverbatim diff --git a/SRC/dlasyf_aa.f b/SRC/dlasyf_aa.f index 2f4b2848..393b50a8 100644 --- a/SRC/dlasyf_aa.f +++ b/SRC/dlasyf_aa.f @@ -46,7 +46,7 @@ *> which is used to factorize the first panel. *> *> The resulting J-th row of U, or J-th column of L, is stored in the -*> (J-1)-th row, or column, of A (without the unit diatonals), while +*> (J-1)-th row, or column, of A (without the unit diagonals), while *> the diagonal and subdiagonal of A are overwritten by those of T. *> *> \endverbatim diff --git a/SRC/slasyf_aa.f b/SRC/slasyf_aa.f index 55112efe..3869f2a6 100644 --- a/SRC/slasyf_aa.f +++ b/SRC/slasyf_aa.f @@ -46,7 +46,7 @@ *> which is used to factorize the first panel. *> *> The resulting J-th row of U, or J-th column of L, is stored in the -*> (J-1)-th row, or column, of A (without the unit diatonals), while +*> (J-1)-th row, or column, of A (without the unit diagonals), while *> the diagonal and subdiagonal of A are overwritten by those of T. *> *> \endverbatim diff --git a/SRC/zlahef_aa.f b/SRC/zlahef_aa.f index 8e431ee5..ef42f752 100644 --- a/SRC/zlahef_aa.f +++ b/SRC/zlahef_aa.f @@ -46,7 +46,7 @@ *> which is used to factorize the first panel. *> *> The resulting J-th row of U, or J-th column of L, is stored in the -*> (J-1)-th row, or column, of A (without the unit diatonals), while +*> (J-1)-th row, or column, of A (without the unit diagonals), while *> the diagonal and subdiagonal of A are overwritten by those of T. *> *> \endverbatim diff --git a/SRC/zlasyf_aa.f b/SRC/zlasyf_aa.f index ee32fc4e..fb914662 100644 --- a/SRC/zlasyf_aa.f +++ b/SRC/zlasyf_aa.f @@ -46,7 +46,7 @@ *> which is used to factorize the first panel. *> *> The resulting J-th row of U, or J-th column of L, is stored in the -*> (J-1)-th row, or column, of A (without the unit diatonals), while +*> (J-1)-th row, or column, of A (without the unit diagonals), while *> the diagonal and subdiagonal of A are overwritten by those of T. *> *> \endverbatim |