sbrt.ext.mma.algebra
Class MMaExprInterpretter

java.lang.Object
  extended by sbrt.ext.mma.algebra.MMaExprInterpretter

public class MMaExprInterpretter
extends java.lang.Object

This class is intended for use solely by the class MathematicaSolver.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
protected static java.util.Map<java.lang.String,LinearComb<java.lang.String>> interpretSolution(com.wolfram.jlink.Expr solution)
          Converts the provided Mathematica expression to a Map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

interpretSolution

protected static java.util.Map<java.lang.String,LinearComb<java.lang.String>> interpretSolution(com.wolfram.jlink.Expr solution)
Converts the provided Mathematica expression to a Map.

Parameters:
solution - the solution to a system of linear equations.
Returns:
a Map representation of the provided Expr.