SRC/dgecxx.f: Corrected the descriptions of K and TAU parameters.

modified:   SRC/dgecxx.f
This commit is contained in:
scr2016
2026-04-30 17:17:19 -07:00
parent c90d404e5f
commit 2dc6a54930
+8 -5
View File
@@ -558,7 +558,9 @@
*> (K is the factorization rank).
*> 0 <= K <= min( M_sub, N_sel+KMAXFREE, N_sub ).
*>
*> If K = 0, the arrays A and TAU were not modified.
*> NOTE: If K = 0, a) the arrays A is not, modified.
*> b) the array TAU(1,min(M_sub,N_sub))
*> is set to ZERO.
*> \endverbatim
*>
*> \param[out] MAXC2NRMK
@@ -647,10 +649,11 @@
*> TAU is DOUBLE PRECISION array, dimension (min(M_sub,N_sub))
*> The scalar factors of the elementary reflectors.
*>
*> If 0 < K <= min(M_sub,N_sub), only elements TAU(1:K) of
*> the array TAU may be modified. The elements
*> TAU(K+1:min(M_sub,N_sub)) are set to zero.
*> If K = 0, all elements of TAU are set to zero.
*> If 0 < K <= min(M_sub,N_sub):
*> only the elements TAU(1:K) may be modified,
*> the elements TAU(K+1:min(M_sub,N_sub)) are set to zero.
*> If K = 0, all elements TAU(1:min(M_sub,N_sub)) are set
*> to zero.
*> \endverbatim
*>
*> \param[out] C