X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmatrix.h;h=53afeb2e6e05c8ab4448ec4f746c3bd39775db82;hp=8c24dcf9043a423c21521841928327eab22586a4;hb=9d8d0f4924171b0acb7ec6a333897fe1ec545707;hpb=b8e4e8958d3884ea3c91ac9a8b99fb912ea44626 diff --git a/ginac/matrix.h b/ginac/matrix.h index 8c24dcf9..53afeb2e 100644 --- a/ginac/matrix.h +++ b/ginac/matrix.h @@ -52,6 +52,7 @@ public: ex evalf(int level=0) const; ex subs(const lst & ls, const lst & lr) const; ex eval_indexed(const basic & i) const; + ex add_indexed(const ex & self, const ex & other) const; bool contract_with(exvector::iterator self, exvector::iterator other, exvector & v) const; protected: unsigned return_type(void) const { return return_types::noncommutative; };