Skip to content

Commit

Permalink
fix docs, tpmlqt/tpmqrt: lda to ldv
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gates committed Nov 3, 2018
1 parent 6ffa2ff commit 21b8988
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SRC/ctpmlqt.f
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is COMPLEX array, dimension (LDA,K)
*> V is COMPLEX array, dimension (LDV,K)
*> The i-th row must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> DTPLQT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/ctpmqrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is COMPLEX array, dimension (LDA,K)
*> V is COMPLEX array, dimension (LDV,K)
*> The i-th column must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> CTPQRT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/dtpmlqt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is DOUBLE PRECISION array, dimension (LDA,K)
*> V is DOUBLE PRECISION array, dimension (LDV,K)
*> The i-th row must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> DTPLQT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/dtpmqrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is DOUBLE PRECISION array, dimension (LDA,K)
*> V is DOUBLE PRECISION array, dimension (LDV,K)
*> The i-th column must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> CTPQRT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/stpmlqt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is REAL array, dimension (LDA,K)
*> V is REAL array, dimension (LDV,K)
*> The i-th row must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> DTPLQT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/stpmqrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is REAL array, dimension (LDA,K)
*> V is REAL array, dimension (LDV,K)
*> The i-th column must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> CTPQRT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/ztpmlqt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is COMPLEX*16 array, dimension (LDA,K)
*> V is COMPLEX*16 array, dimension (LDV,K)
*> The i-th row must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> DTPLQT in B. See Further Details.
Expand Down
2 changes: 1 addition & 1 deletion SRC/ztpmqrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*>
*> \param[in] V
*> \verbatim
*> V is COMPLEX*16 array, dimension (LDA,K)
*> V is COMPLEX*16 array, dimension (LDV,K)
*> The i-th column must contain the vector which defines the
*> elementary reflector H(i), for i = 1,2,...,k, as returned by
*> CTPQRT in B. See Further Details.
Expand Down

0 comments on commit 21b8988

Please sign in to comment.