]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.h
sums of indexed matrices are now possible
[ginac.git] / ginac / basic.h
index ee2bef237d0aeb569efaa55f6362def40078d216..4277d949e83e5bca42a71b60131c4a0dada6a552 100644 (file)
@@ -130,6 +130,7 @@ public: // only const functions please (may break reference counting)
        virtual exvector get_free_indices(void) const;
        virtual ex simplify_ncmul(const exvector & v) const;
        virtual ex eval_indexed(const basic & i) const;
+       virtual ex add_indexed(const ex & self, const ex & other) const;
        virtual bool contract_with(exvector::iterator self, exvector::iterator other, exvector & v) const;
 protected: // non-const functions should be called from class ex only
        virtual ex derivative(const symbol & s) const;