summaryrefslogtreecommitdiff
path: root/SRC/sgejsv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2016-02-05 03:01:39 +0000
committerjulie <julielangou@users.noreply.github.com>2016-02-05 03:01:39 +0000
commit365668214f69f100ea15a2a038dce94fead8fbb2 (patch)
tree13941cd712632f8db9f7f60cf80942d8701996b8 /SRC/sgejsv.f
parent6e3304a458b4c9e33b9a30a8e5a4345c0b2339ab (diff)
downloadlapack-365668214f69f100ea15a2a038dce94fead8fbb2.tar.gz
lapack-365668214f69f100ea15a2a038dce94fead8fbb2.tar.bz2
lapack-365668214f69f100ea15a2a038dce94fead8fbb2.zip
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
Diffstat (limited to 'SRC/sgejsv.f')
-rw-r--r--SRC/sgejsv.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgejsv.f b/SRC/sgejsv.f
index 55bb59e1..b849c9ed 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