From 365668214f69f100ea15a2a038dce94fead8fbb2 Mon Sep 17 00:00:00 2001 From: julie Date: Fri, 5 Feb 2016 03:01:39 +0000 Subject: [PATCH] Following post on Forum by Dmitry Baksheev (Intel) improved documentation for ?gejsv Link: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4896 --- SRC/cgejsv.f | 4 ++-- SRC/dgejsv.f | 4 ++-- SRC/sgejsv.f | 4 ++-- SRC/zgejsv.f | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SRC/cgejsv.f b/SRC/cgejsv.f index bcf0402..271f3ac 100644 --- a/SRC/cgejsv.f +++ b/SRC/cgejsv.f @@ -234,7 +234,7 @@ *> copied back to the V array. This 'W' option is just *> a reminder to the caller that in this case U is *> reserved as workspace of length N*N. -*> If JOBU = 'N' U is not referenced. +*> If JOBU = 'N' U is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDU @@ -256,7 +256,7 @@ *> copied back to the U array. This 'W' option is just *> a reminder to the caller that in this case V is *> reserved as workspace of length N*N. -*> If JOBV = 'N' V is not referenced. +*> If JOBV = 'N' V is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDV diff --git a/SRC/dgejsv.f b/SRC/dgejsv.f index 4b26a1d..66d79bf 100644 --- a/SRC/dgejsv.f +++ b/SRC/dgejsv.f @@ -236,7 +236,7 @@ *> copied back to the V array. This 'W' option is just *> a reminder to the caller that in this case U is *> reserved as workspace of length N*N. -*> If JOBU = 'N' U is not referenced. +*> If JOBU = 'N' U is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDU @@ -258,7 +258,7 @@ *> copied back to the U array. This 'W' option is just *> a reminder to the caller that in this case V is *> reserved as workspace of length N*N. -*> If JOBV = 'N' V is not referenced. +*> If JOBV = 'N' V is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDV diff --git a/SRC/sgejsv.f b/SRC/sgejsv.f index 55bb59e..b849c9e 100644 --- a/SRC/sgejsv.f +++ b/SRC/sgejsv.f @@ -238,7 +238,7 @@ *> copied back to the V array. This 'W' option is just *> a reminder to the caller that in this case U is *> reserved as workspace of length N*N. -*> If JOBU = 'N' U is not referenced. +*> If JOBU = 'N' U is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDU @@ -260,7 +260,7 @@ *> copied back to the U array. This 'W' option is just *> a reminder to the caller that in this case V is *> reserved as workspace of length N*N. -*> If JOBV = 'N' V is not referenced. +*> If JOBV = 'N' V is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDV diff --git a/SRC/zgejsv.f b/SRC/zgejsv.f index add2f6e..84c9ea0 100644 --- a/SRC/zgejsv.f +++ b/SRC/zgejsv.f @@ -234,7 +234,7 @@ *> copied back to the V array. This 'W' option is just *> a reminder to the caller that in this case U is *> reserved as workspace of length N*N. -*> If JOBU = 'N' U is not referenced. +*> If JOBU = 'N' U is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDU @@ -256,7 +256,7 @@ *> copied back to the U array. This 'W' option is just *> a reminder to the caller that in this case V is *> reserved as workspace of length N*N. -*> If JOBV = 'N' V is not referenced. +*> If JOBV = 'N' V is not referenced, unless JOBT='T'. *> \endverbatim *> *> \param[in] LDV -- 2.7.4