]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
Avoid 'variable uninitialized when used within its own initialization' warning.
[ginac.git] / ginac / flags.h
index cebc3fd449966d647c6e745081f71bd286ca956b..94298a658b2bb16a9ae3b30f973ddb2917be85a1 100644 (file)
@@ -3,7 +3,7 @@
  *  Collection of all flags used through the GiNaC framework. */
 
 /*
- *  GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -185,9 +185,11 @@ public:
                bareiss,
                /** Markowitz-ordered Gaussian elimination. Same as the usual
                 *  Gaussian elimination, but with additional effort spent on
-                *  selection pivots that minimize fill-in. Much faster than the
-                *  methods above for large sparse matrices, marginally slower
-                *  than Gaussian elimination otherwise. */
+                *  selecting pivots that minimize fill-in. Faster than the
+                *  methods above for large sparse matrices (particularly with
+                *  symbolic coefficients), otherwise slightly slower than
+                *  Gaussian elimination.
+                */
                markowitz
        };
 };