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/zlasyf_aa.f | |
parent | 2abb5a57155ed189d2b2f267cf86f81814c303b7 (diff) | |
download | lapack-715a5d46df2d017837df4947de80738054874988.tar.gz lapack-715a5d46df2d017837df4947de80738054874988.tar.bz2 lapack-715a5d46df2d017837df4947de80738054874988.zip |
typos.
Diffstat (limited to 'SRC/zlasyf_aa.f')
-rw-r--r-- | SRC/zlasyf_aa.f | 2 |
1 files changed, 1 insertions, 1 deletions
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 |