--- rpl/lapack/lapack/ztpmlqt.f 2018/05/29 07:18:40 1.4 +++ rpl/lapack/lapack/ztpmlqt.f 2020/05/21 21:46:11 1.5 @@ -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.