]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
- Overwritten: pseries::printtree().
[ginac.git] / ginac / ncmul.h
index b79b0ea6ce16644fbfacd2793f3d88bf25b723f4..b5cc1669281670c872f120d31b7a0016c24b02ae 100644 (file)
@@ -75,12 +75,12 @@ public:
     ex expand(unsigned options=0) const;
     ex coeff(const symbol & s, int n=1) const;
     ex eval(int level=0) const;
-    ex diff(const symbol & s) const;
     ex subs(const lst & ls, const lst & lr) const;
     exvector get_indices(void) const;
     ex thisexprseq(const exvector & v) const;
     ex thisexprseq(exvector * vp) const;
 protected:
+    ex derivative(const symbol & s) const;
     int compare_same_type(const basic & other) const;
     unsigned return_type(void) const;
     unsigned return_type_tinfo(void) const;