aboutsummaryrefslogtreecommitdiff
path: root/SRC/zgeqrt.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/zgeqrt.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/zgeqrt.f')
-rw-r--r--SRC/zgeqrt.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zgeqrt.f b/SRC/zgeqrt.f
index 67904349..666cc887 100644
--- a/SRC/zgeqrt.f
+++ b/SRC/zgeqrt.f
@@ -36,7 +36,7 @@
* On exit, the elements on and above the diagonal of the array
* contain the min(M,N)-by-N upper trapezoidal matrix R (R is
* upper triangular if M >= N); the elements below the diagonal
-* are the columns of V. See below for further details.
+* are the columns of V.
*
* LDA (input) INTEGER
* The leading dimension of the array A. LDA >= max(1,M).
@@ -45,7 +45,7 @@
* The upper triangular block reflectors stored in compact form
* as a sequence of upper triangular blocks. See below
* for further details.
-*
+*
* LDT (input) INTEGER
* The leading dimension of the array T. LDT >= NB.
*