]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.h
- ++version_major.
[ginac.git] / ginac / matrix.h
index 08f99edea92015177dd14beaed3182ffb3ef9b3e..4a267885a8ef0bc85721661328e2ace1deb257ee 100644 (file)
@@ -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;