diff options
author | langou <julien.langou@ucdenver.edu> | 2017-06-03 19:51:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-03 19:51:37 +0000 |
commit | 0b0dcee3f8c2d2cea5aba274f56018bbdc979e72 (patch) | |
tree | 3225276d7cffc79b2983c72c4bd389514c788bce /SRC/claqr1.f | |
parent | a3fb05f665cae999625f82dc91eccad8388a97c5 (diff) | |
parent | bd1af2e5f3ea836aaaa638d9356a1ca91bc1c889 (diff) | |
download | lapack-0b0dcee3f8c2d2cea5aba274f56018bbdc979e72.tar.gz lapack-0b0dcee3f8c2d2cea5aba274f56018bbdc979e72.tar.bz2 lapack-0b0dcee3f8c2d2cea5aba274f56018bbdc979e72.zip |
Merge pull request #160 from thielema/cleanup-comments
more cleaned up comments
Diffstat (limited to 'SRC/claqr1.f')
-rw-r--r-- | SRC/claqr1.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/claqr1.f b/SRC/claqr1.f index b129bbab..b448ddb2 100644 --- a/SRC/claqr1.f +++ b/SRC/claqr1.f @@ -56,7 +56,7 @@ *> *> \param[in] H *> \verbatim -*> H is COMPLEX array of dimension (LDH,N) +*> H is COMPLEX array, dimension (LDH,N) *> The 2-by-2 or 3-by-3 matrix H in (*). *> \endverbatim *> @@ -81,7 +81,7 @@ *> *> \param[out] V *> \verbatim -*> V is COMPLEX array of dimension N +*> V is COMPLEX array, dimension (N) *> A scalar multiple of the first column of the *> matrix K in (*). *> \endverbatim |