]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
subs() and normal() use maps instead of lists, resulting in a huge performance
[ginac.git] / ginac / add.h
index f2a94ed416db167f881c8cd258b21621c2bdc80d..20faea8b8b35d476cba6e01b73759bd0167d3de5 100644 (file)
@@ -54,7 +54,7 @@ public:
        ex eval(int level=0) const;
        ex evalm() const;
        ex series(const relational & r, 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;