summaryrefslogtreecommitdiff
path: root/SRC/dgejsv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2014-10-20 16:31:31 +0000
committerjulie <julielangou@users.noreply.github.com>2014-10-20 16:31:31 +0000
commitcfb6f61cfc9df598d00eada7a54955b737b657c2 (patch)
treee2fff72b1c2abb88018d2d46904a17a5221eeb82 /SRC/dgejsv.f
parentc1360f3808708271064aded1798d2858967328ee (diff)
downloadlapack-cfb6f61cfc9df598d00eada7a54955b737b657c2.tar.gz
lapack-cfb6f61cfc9df598d00eada7a54955b737b657c2.tar.bz2
lapack-cfb6f61cfc9df598d00eada7a54955b737b657c2.zip
Comment Fix from Jim: Update of Purpose section of Jacobi SVD about accuracy
Diffstat (limited to 'SRC/dgejsv.f')
-rw-r--r--SRC/dgejsv.f3
1 files changed, 2 insertions, 1 deletions
diff --git a/SRC/dgejsv.f b/SRC/dgejsv.f
index 29bc23ba..ca67a747 100644
--- a/SRC/dgejsv.f
+++ b/SRC/dgejsv.f
@@ -51,7 +51,8 @@
*> the right singular vectors of [A], respectively. The matrices [U] and [V]
*> are computed and stored in the arrays U and V, respectively. The diagonal
*> of [SIGMA] is computed and stored in the array SVA.
-*> \endverbatim
+*> DGEJSV can sometimes compute tiny singular values and their singular vectors much
+*> more accurately than other SVD routines, see below under Further Details.*> \endverbatim
*
* Arguments:
* ==========