com.singularsys.aa.linear
Class LinearSolver

java.lang.Object
  extended by com.singularsys.aa.linear.LinearSolver

public class LinearSolver
extends java.lang.Object


Constructor Summary
LinearSolver()
           
 
Method Summary
 Solution solveSystem(EquationSystem es)
          Attempts to solve a system of equations as a linear system of equations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearSolver

public LinearSolver()
Method Detail

solveSystem

public Solution solveSystem(EquationSystem es)
                     throws java.lang.Exception
Attempts to solve a system of equations as a linear system of equations. If the system is not linear, an exception is thrown.

Throws:
java.lang.Exception