/[GiNaC]/ginac/add.h
ViewVC logotype

Diff of /ginac/add.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47 by vollinga, Thu Jan 19 16:36:07 2006 UTC revision 1.48 by chrisd, Wed Feb 22 14:52:07 2006 UTC
# Line 63  public: Line 63  public:
63  protected:  protected:
64          ex derivative(const symbol & s) const;          ex derivative(const symbol & s) const;
65          unsigned return_type() const;          unsigned return_type() const;
66          const basic* return_type_tinfo() const;          tinfo_t return_type_tinfo() const;
67          ex thisexpairseq(const epvector & v, const ex & oc) const;          ex thisexpairseq(const epvector & v, const ex & oc) const;
68          ex thisexpairseq(std::auto_ptr<epvector> vp, const ex & oc) const;          ex thisexpairseq(std::auto_ptr<epvector> vp, const ex & oc) const;
69          expair split_ex_to_pair(const ex & e) const;          expair split_ex_to_pair(const ex & e) const;

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15