summaryrefslogtreecommitdiff
path: root/TESTING/LIN/dpst01.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/dpst01.f')
-rw-r--r--TESTING/LIN/dpst01.f6
1 files changed, 6 insertions, 0 deletions
diff --git a/TESTING/LIN/dpst01.f b/TESTING/LIN/dpst01.f
index 23d00749..252fe64f 100644
--- a/TESTING/LIN/dpst01.f
+++ b/TESTING/LIN/dpst01.f
@@ -113,6 +113,12 @@
*> If UPLO = 'U', norm(U'*U - A) / ( N * norm(A) * EPS )
*> \endverbatim
*>
+*> \param[in] RANK
+*> \verbatim
+*> RANK is INTEGER
+*> number of nonzero singular values of A.
+*> \endverbatim
+*>
*
* Authors
* =======