]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
Consider solve_algo::markowitz in automatic elimination algorithm selection.
[ginac.git] / ginac / flags.h
index cebc3fd449966d647c6e745081f71bd286ca956b..f759dcd411bce1edc740a94cfbf1a2e10bc63ad5 100644 (file)
@@ -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
        };
 };