diff --git a/SRC/clarfb.f b/SRC/clarfb.f index 8abf14f65..8438d0e89 100644 --- a/SRC/clarfb.f +++ b/SRC/clarfb.f @@ -170,9 +170,8 @@ *> *> The shape of the matrix V and the storage of the vectors which define *> the H(i) is best illustrated by the following example with n = 5 and -*> k = 3. The elements equal to 1 are not stored; the corresponding -*> array elements are modified but restored on exit. The rest of the -*> array is not used. +*> k = 3. The triangular part of V (including its diagonal) is not +*> referenced. *> *> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R': *> diff --git a/SRC/dlarfb.f b/SRC/dlarfb.f index a5298e718..f0e101a3b 100644 --- a/SRC/dlarfb.f +++ b/SRC/dlarfb.f @@ -170,9 +170,8 @@ *> *> The shape of the matrix V and the storage of the vectors which define *> the H(i) is best illustrated by the following example with n = 5 and -*> k = 3. The elements equal to 1 are not stored; the corresponding -*> array elements are modified but restored on exit. The rest of the -*> array is not used. +*> k = 3. The triangular part of V (including its diagonal) is not +*> referenced. *> *> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R': *> diff --git a/SRC/slarfb.f b/SRC/slarfb.f index 8c073cdce..d8c824d18 100644 --- a/SRC/slarfb.f +++ b/SRC/slarfb.f @@ -170,9 +170,8 @@ *> *> The shape of the matrix V and the storage of the vectors which define *> the H(i) is best illustrated by the following example with n = 5 and -*> k = 3. The elements equal to 1 are not stored; the corresponding -*> array elements are modified but restored on exit. The rest of the -*> array is not used. +*> k = 3. The triangular part of V (including its diagonal) is not +*> referenced. *> *> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R': *> diff --git a/SRC/zlarfb.f b/SRC/zlarfb.f index 1a495fc18..a06626594 100644 --- a/SRC/zlarfb.f +++ b/SRC/zlarfb.f @@ -170,9 +170,8 @@ *> *> The shape of the matrix V and the storage of the vectors which define *> the H(i) is best illustrated by the following example with n = 5 and -*> k = 3. The elements equal to 1 are not stored; the corresponding -*> array elements are modified but restored on exit. The rest of the -*> array is not used. +*> k = 3. The triangular part of V (including its diagonal) is not +*> referenced. *> *> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R': *>