summaryrefslogtreecommitdiff
path: root/SRC/zgejsv.f
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-09-15 22:07:11 -0700
committerJulie <julie@cs.utk.edu>2016-09-15 22:15:55 -0700
commit843115bbda74bc27b8e0dfa8abd275d7c4522707 (patch)
tree708c2c360865091178f24b6cc7eb559ea7ff09e6 /SRC/zgejsv.f
parent9e6bfe88acd54561d987c973671dea74c804d0ab (diff)
downloadlapack-843115bbda74bc27b8e0dfa8abd275d7c4522707.tar.gz
lapack-843115bbda74bc27b8e0dfa8abd275d7c4522707.tar.bz2
lapack-843115bbda74bc27b8e0dfa8abd275d7c4522707.zip
Fix issue #8 reported by @matzeri on July 21st 2016
Issue was due to missing Doxygen group, and other Doxygen Group related issue
Diffstat (limited to 'SRC/zgejsv.f')
-rw-r--r--SRC/zgejsv.f1
1 files changed, 1 insertions, 0 deletions
diff --git a/SRC/zgejsv.f b/SRC/zgejsv.f
index 65d5dd1a..95da5e67 100644
--- a/SRC/zgejsv.f
+++ b/SRC/zgejsv.f
@@ -480,6 +480,7 @@
*> this extra QRF step easily. The implementer can also improve data movement
*> (matrix transpose, matrix copy, matrix transposed copy) - this
*> implementation of ZGEJSV uses only the simplest, naive data movement.
+*> \endverbatim
*
*> \par Contributors:
* ==================