]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
subs() and normal() use maps instead of lists, resulting in a huge performance
[ginac.git] / ginac / mul.h
index 01fb205631cddd35765ac70da49774a5b0514980..0ec57202e975d1382e7fce6aeaec602bed4c5ee3 100644 (file)
@@ -57,7 +57,7 @@ public:
        ex evalf(int level=0) const;
        ex evalm() const;
        ex series(const relational & s, int order, unsigned options = 0) const;
        ex evalf(int level=0) const;
        ex evalm() const;
        ex series(const relational & s, int order, unsigned options = 0) const;
-       ex normal(lst &sym_lst, lst &repl_lst, int level = 0) const;
+       ex normal(exmap & repl, int level = 0) const;
        numeric integer_content() const;
        ex smod(const numeric &xi) const;
        numeric max_coefficient() const;
        numeric integer_content() const;
        ex smod(const numeric &xi) const;
        numeric max_coefficient() const;
@@ -85,7 +85,7 @@ protected:
        
        // non-virtual functions in this class
 public:
        
        // non-virtual functions in this class
 public:
-       ex algebraic_subs_mul(const lst & ls, const lst & lr, unsigned options) const;
+       ex algebraic_subs_mul(const exmap & m, unsigned options) const;
 protected:
        epvector * expandchildren(unsigned options) const;
 };
 protected:
        epvector * expandchildren(unsigned options) const;
 };