X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Findexed.h;h=919fc18e81f3026119a10fdf1bd3810ede99ae22;hp=5988f0a0cad1da773f542e44a634518d132a56f5;hb=97af29c12bb3074cfb4e674d71000f0712c51ba2;hpb=956eeb82c513a723e864edefa857133282cf692b diff --git a/ginac/indexed.h b/ginac/indexed.h index 5988f0a0..919fc18e 100644 --- a/ginac/indexed.h +++ b/ginac/indexed.h @@ -64,9 +64,9 @@ public: void print(ostream & os, unsigned upper_precedence=0) const; void printcsrc(ostream & os, unsigned type, unsigned upper_precedence) const; bool info(unsigned inf) const; - ex diff(const symbol & s) const; exvector get_indices(void) const; protected: + ex derivative(const symbol & s) const; int compare_same_type(const basic & other) const; bool is_equal_same_type(const basic & other) const; unsigned return_type(void) const;