--- rpl/lapack/lapack/dtpmqrt.f 2018/05/29 07:18:11 1.11 +++ rpl/lapack/lapack/dtpmqrt.f 2020/05/21 21:46:02 1.12 @@ -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.