]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
- in the output, list delimiters are now { } and matrix delimiters are [ ]
[ginac.git] / ginac / add.h
index 1e036627c68c8d39bbc37c25e944490c827e7e2c..eae04860af7cf0e409de264c86d9b41a25524a8f 100644 (file)
@@ -53,6 +53,7 @@ public:
        int ldegree(const ex & s) const;
        ex coeff(const ex & s, int n=1) const;
        ex eval(int level=0) const;
+       ex evalm(void) const;
        ex series(const relational & r, int order, unsigned options = 0) const;
        ex normal(lst &sym_lst, lst &repl_lst, int level=0) const;
        numeric integer_content(void) const;