summaryrefslogtreecommitdiff
path: root/TESTING/MATGEN/zlatms.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/MATGEN/zlatms.f')
-rw-r--r--TESTING/MATGEN/zlatms.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/TESTING/MATGEN/zlatms.f b/TESTING/MATGEN/zlatms.f
index 481d6719..2a25fc27 100644
--- a/TESTING/MATGEN/zlatms.f
+++ b/TESTING/MATGEN/zlatms.f
@@ -245,15 +245,13 @@
*> (pivoting can be provided for by using this
*> option to store A in the trailing rows of
*> the allocated storage)
-*> \endverbatim
-*> \verbatim
+*>
*> Using these options, the various LAPACK packed and banded
*> storage schemes can be obtained:
*> GB - use 'Z'
*> PB, SB, HB, or TB - use 'B' or 'Q'
*> PP, SP, HB, or TP - use 'C' or 'R'
-*> \endverbatim
-*> \verbatim
+*>
*> If two calls to ZLATMS differ only in the PACK parameter,
*> they will generate mathematically equivalent matrices.
*> Not modified.