From 201a5c49f69fa616282fcc72e121d0024929d914 Mon Sep 17 00:00:00 2001 From: Eduard Fedorenkov Date: Mon, 20 May 2024 12:57:46 +0700 Subject: [PATCH] fix LARFB documentation, #1011 --- SRC/clarfb.f | 5 ++--- SRC/dlarfb.f | 5 ++--- SRC/slarfb.f | 5 ++--- SRC/zlarfb.f | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/SRC/clarfb.f b/SRC/clarfb.f index 8abf14f652..8438d0e89d 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 a5298e7182..f0e101a3ba 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 8c073cdcef..d8c824d18a 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 1a495fc183..a066265944 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': *>