public class ParseAndPrintMatrices
extends java.lang.Object
| Constructor and Description |
|---|
ParseAndPrintMatrices() |
| Modifier and Type | Method and Description |
|---|---|
static Tree |
findRootTree(java.util.IdentityHashMap<Tree,org.ejml.simple.SimpleMatrix> vectors) |
static void |
main(java.lang.String[] args) |
static void |
outputMatrix(java.io.BufferedWriter bout,
org.ejml.simple.SimpleMatrix matrix) |
static void |
outputTreeMatrices(java.io.BufferedWriter bout,
Tree tree,
java.util.IdentityHashMap<Tree,org.ejml.simple.SimpleMatrix> vectors) |
public static void outputMatrix(java.io.BufferedWriter bout,
org.ejml.simple.SimpleMatrix matrix)
throws java.io.IOException
java.io.IOExceptionpublic static void outputTreeMatrices(java.io.BufferedWriter bout,
Tree tree,
java.util.IdentityHashMap<Tree,org.ejml.simple.SimpleMatrix> vectors)
throws java.io.IOException
java.io.IOExceptionpublic static Tree findRootTree(java.util.IdentityHashMap<Tree,org.ejml.simple.SimpleMatrix> vectors)
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException