]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
- added find() (like has(), but returns list of all occurrences)
[ginac.git] / ginac / clifford.h
index 0233ba0ec38ca05cd542e30b43288bcca0c61a57..7120a4b625e1da23e35c09c5d437cf39fb863f53 100644 (file)
@@ -49,6 +49,7 @@ public:
 
        // functions overriding virtual functions from base classes
 protected:
+       bool match_same_type(const basic & other) const;
        ex simplify_ncmul(const exvector & v) const;
        ex thisexprseq(const exvector & v) const;
        ex thisexprseq(exvector * vp) const;