Skip to content

Commit 2beef68

Browse files
Fix documentation for double, complex and double complex
1 parent 02836f3 commit 2beef68

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

SRC/cunbdb2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
*>
123123
*> \param[out] TAUP1
124124
*> \verbatim
125-
*> TAUP1 is COMPLEX array, dimension (P)
125+
*> TAUP1 is COMPLEX array, dimension (P-1)
126126
*> The scalar factors of the elementary reflectors that define
127127
*> P1.
128128
*> \endverbatim
129129
*>
130130
*> \param[out] TAUP2
131131
*> \verbatim
132-
*> TAUP2 is COMPLEX array, dimension (M-P)
132+
*> TAUP2 is COMPLEX array, dimension (Q)
133133
*> The scalar factors of the elementary reflectors that define
134134
*> P2.
135135
*> \endverbatim

SRC/cunbdb4.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
*>
125125
*> \param[out] TAUP1
126126
*> \verbatim
127-
*> TAUP1 is COMPLEX array, dimension (P)
127+
*> TAUP1 is COMPLEX array, dimension (M-Q)
128128
*> The scalar factors of the elementary reflectors that define
129129
*> P1.
130130
*> \endverbatim
131131
*>
132132
*> \param[out] TAUP2
133133
*> \verbatim
134-
*> TAUP2 is COMPLEX array, dimension (M-P)
134+
*> TAUP2 is COMPLEX array, dimension (M-Q)
135135
*> The scalar factors of the elementary reflectors that define
136136
*> P2.
137137
*> \endverbatim

SRC/dorbdb2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
*>
123123
*> \param[out] TAUP1
124124
*> \verbatim
125-
*> TAUP1 is DOUBLE PRECISION array, dimension (P)
125+
*> TAUP1 is DOUBLE PRECISION array, dimension (P-1)
126126
*> The scalar factors of the elementary reflectors that define
127127
*> P1.
128128
*> \endverbatim
129129
*>
130130
*> \param[out] TAUP2
131131
*> \verbatim
132-
*> TAUP2 is DOUBLE PRECISION array, dimension (M-P)
132+
*> TAUP2 is DOUBLE PRECISION array, dimension (Q)
133133
*> The scalar factors of the elementary reflectors that define
134134
*> P2.
135135
*> \endverbatim

SRC/dorbdb4.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
*>
125125
*> \param[out] TAUP1
126126
*> \verbatim
127-
*> TAUP1 is DOUBLE PRECISION array, dimension (P)
127+
*> TAUP1 is DOUBLE PRECISION array, dimension (M-Q)
128128
*> The scalar factors of the elementary reflectors that define
129129
*> P1.
130130
*> \endverbatim
131131
*>
132132
*> \param[out] TAUP2
133133
*> \verbatim
134-
*> TAUP2 is DOUBLE PRECISION array, dimension (M-P)
134+
*> TAUP2 is DOUBLE PRECISION array, dimension (M-Q)
135135
*> The scalar factors of the elementary reflectors that define
136136
*> P2.
137137
*> \endverbatim

SRC/sorbdb2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
*>
123123
*> \param[out] TAUP1
124124
*> \verbatim
125-
*> TAUP1 is REAL array, dimension (P)
125+
*> TAUP1 is REAL array, dimension (P-1)
126126
*> The scalar factors of the elementary reflectors that define
127127
*> P1.
128128
*> \endverbatim
129129
*>
130130
*> \param[out] TAUP2
131131
*> \verbatim
132-
*> TAUP2 is REAL array, dimension (M-P)
132+
*> TAUP2 is REAL array, dimension (Q)
133133
*> The scalar factors of the elementary reflectors that define
134134
*> P2.
135135
*> \endverbatim

SRC/sorbdb4.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
*>
125125
*> \param[out] TAUP1
126126
*> \verbatim
127-
*> TAUP1 is REAL array, dimension (P)
127+
*> TAUP1 is REAL array, dimension (M-Q)
128128
*> The scalar factors of the elementary reflectors that define
129129
*> P1.
130130
*> \endverbatim
131131
*>
132132
*> \param[out] TAUP2
133133
*> \verbatim
134-
*> TAUP2 is REAL array, dimension (M-P)
134+
*> TAUP2 is REAL array, dimension (M-Q)
135135
*> The scalar factors of the elementary reflectors that define
136136
*> P2.
137137
*> \endverbatim

SRC/zunbdb2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
*>
123123
*> \param[out] TAUP1
124124
*> \verbatim
125-
*> TAUP1 is COMPLEX*16 array, dimension (P)
125+
*> TAUP1 is COMPLEX*16 array, dimension (P-1)
126126
*> The scalar factors of the elementary reflectors that define
127127
*> P1.
128128
*> \endverbatim
129129
*>
130130
*> \param[out] TAUP2
131131
*> \verbatim
132-
*> TAUP2 is COMPLEX*16 array, dimension (M-P)
132+
*> TAUP2 is COMPLEX*16 array, dimension (Q)
133133
*> The scalar factors of the elementary reflectors that define
134134
*> P2.
135135
*> \endverbatim

SRC/zunbdb4.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
*>
125125
*> \param[out] TAUP1
126126
*> \verbatim
127-
*> TAUP1 is COMPLEX*16 array, dimension (P)
127+
*> TAUP1 is COMPLEX*16 array, dimension (M-Q)
128128
*> The scalar factors of the elementary reflectors that define
129129
*> P1.
130130
*> \endverbatim
131131
*>
132132
*> \param[out] TAUP2
133133
*> \verbatim
134-
*> TAUP2 is COMPLEX*16 array, dimension (M-P)
134+
*> TAUP2 is COMPLEX*16 array, dimension (M-Q)
135135
*> The scalar factors of the elementary reflectors that define
136136
*> P2.
137137
*> \endverbatim

0 commit comments

Comments
 (0)