X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpairseq.h;h=44d6e26b146f28dd53ce8b888d08a39e12295fd3;hp=1320272a2c6e6ed7c05d3c6e12580333bdbcfee2;hb=98433210d31a34b55c8283eb7fb7767d6c830e14;hpb=c28e61da33905ddc69abf893aaffec98aa30d053 diff --git a/ginac/expairseq.h b/ginac/expairseq.h index 1320272a..44d6e26b 100644 --- a/ginac/expairseq.h +++ b/ginac/expairseq.h @@ -3,7 +3,7 @@ * Interface to sequences of expression pairs. */ /* - * GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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 @@ -87,7 +87,6 @@ public: bool match(const ex & pattern, exmap& repl_lst) const; ex subs(const exmap & m, unsigned options = 0) const; ex conjugate() const; - bool is_polynomial(const ex & var) const; void archive(archive_node& n) const; void read_archive(const archive_node& n, lst& syms); @@ -108,9 +107,9 @@ protected: unsigned upper_precedence) const; virtual expair split_ex_to_pair(const ex & e) const; virtual expair combine_ex_with_coeff_to_pair(const ex & e, - const ex & c) const; + const ex & c) const; virtual expair combine_pair_with_coeff_to_pair(const expair & p, - const ex & c) const; + const ex & c) const; virtual ex recombine_pair_to_ex(const expair & p) const; virtual bool expair_needs_further_processing(epp it); virtual ex default_overall_coeff() const;