org.jmat.io
Class MatrixMathML

java.lang.Object
  |
  +--org.jmat.io.MatrixMathML

public class MatrixMathML
extends java.lang.Object


Constructor Summary
MatrixMathML()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static org.jdom.Element printMatrix(AbstractDoubleArray m)
           
static Matrix readMMLElement(org.jdom.Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixMathML

public MatrixMathML()
Method Detail

printMatrix

public static org.jdom.Element printMatrix(AbstractDoubleArray m)

readMMLElement

public static Matrix readMMLElement(org.jdom.Element e)

main

public static void main(java.lang.String[] args)