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

Diff of /ginac/clifford.h

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

revision 1.18 by cbauer, Thu Feb 15 19:54:52 2001 UTC revision 1.19 by cbauer, Fri Feb 16 17:25:47 2001 UTC
# Line 50  public: Line 50  public:
50    
51          // functions overriding virtual functions from base classes          // functions overriding virtual functions from base classes
52  public:  public:
         basic * duplicate() const;  
53          void printraw(std::ostream & os) const;          void printraw(std::ostream & os) const;
54          void printtree(std::ostream & os, unsigned indent) const;          void printtree(std::ostream & os, unsigned indent) const;
55          void print(std::ostream & os, unsigned upper_precedence=0) const;          void print(std::ostream & os, unsigned upper_precedence=0) const;
56          bool info(unsigned inf) const;          bool info(unsigned inf) const;
57          // ex eval(int level=0) const;          // ex eval(int level=0) const;
58  protected:  protected:
         int compare_same_type(const basic & other) const;  
59          bool is_equal_same_type(const basic & other) const;          bool is_equal_same_type(const basic & other) const;
60          ex simplify_ncmul(const exvector & v) const;          ex simplify_ncmul(const exvector & v) const;
61          ex thisexprseq(const exvector & v) const;          ex thisexprseq(const exvector & v) const;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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