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/clabrd.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/clabrd.f')
-rw-r--r-- | SRC/clabrd.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/clabrd.f b/SRC/clabrd.f index 87bcb1bc..0972010e 100644 --- a/SRC/clabrd.f +++ b/SRC/clabrd.f @@ -111,7 +111,7 @@ *> *> \param[out] TAUQ *> \verbatim -*> TAUQ is COMPLEX array dimension (NB) +*> TAUQ is COMPLEX array, dimension (NB) *> The scalar factors of the elementary reflectors which *> represent the unitary matrix Q. See Further Details. *> \endverbatim |