]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_arrayinset.h
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_arrayinset.h
index 06d092e413b06fd3c5743ce16735382fd52700db..89f34545c3daa16acbf4b7c30fa931fce487ea77 100644 (file)
@@ -20,13 +20,16 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
-       ///
-       void writeNormal(NormalStream &) const;
-       ///
        void metrics(MathMetricsInfo const & st) const;
        ///
        MathArrayInset * asArrayInset() { return this; }
+
+       ///
+       void write(WriteStream & os) const;
+       ///
+       void normalize(NormalStream &) const;
+       ///
+       void maplize(MapleStream &) const;
 };
 
 #endif