X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmatrix.h;h=4a267885a8ef0bc85721661328e2ace1deb257ee;hp=08f99edea92015177dd14beaed3182ffb3ef9b3e;hb=0917777d60656298ba44e092712c2b403bfaf559;hpb=abc4512627b3eb04732698e48dc88771d7904e71 diff --git a/ginac/matrix.h b/ginac/matrix.h index 08f99ede..4a267885 100644 --- a/ginac/matrix.h +++ b/ginac/matrix.h @@ -71,6 +71,7 @@ public: matrix mul(const matrix & other) const; matrix mul(const numeric & other) const; matrix mul_scalar(const ex & other) const; + matrix pow(const ex & expn) const; const ex & operator() (unsigned ro, unsigned co) const; matrix & set(unsigned ro, unsigned co, ex value); matrix transpose(void) const;