]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
fixed a bug in the raising/lowering of dummy indices and extended it to work
[ginac.git] / ginac / indexed.h
index 3f1b655e90db5d776fe0bd0cb789d0bf0c25012b..f539444e7b29f04b39edf42bbf38d0059ecd1924 100644 (file)
@@ -42,6 +42,7 @@ class indexed : public exprseq
 
        friend ex simplify_indexed(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
        friend ex simplify_indexed_product(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
+       friend bool reposition_dummy_indices(ex & e, exvector & variant_dummy_indices, exvector & moved_indices);
 
        // other constructors
 public:
@@ -145,9 +146,6 @@ public:
        void print(const print_context & c, unsigned level = 0) const;
        bool info(unsigned inf) const;
        ex eval(int level = 0) const;
-       int degree(const ex & s) const;
-       int ldegree(const ex & s) const;
-       ex coeff(const ex & s, int n = 1) const;
        exvector get_free_indices(void) const;
 
 protected: