|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.aa.SystemSolver
public class SystemSolver
Solves a system of equations using various equation solving algorithms.
Constructor Summary | |
---|---|
SystemSolver()
|
Method Summary | |
---|---|
Solution |
solve(EquationSystem es)
Attempts to find one solution to the equation system |
Solution |
solveNoSubdivision(EquationSystem es)
Attempts to find one solution to the equation system |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemSolver()
Method Detail |
---|
public Solution solve(EquationSystem es) throws java.lang.Exception
es.
es
- the equation system.
java.lang.Exception
- if no solution could be found, or some other error occurred.public Solution solveNoSubdivision(EquationSystem es) throws java.lang.Exception
eswithout using the subdivision method.
es
- the equation system.
java.lang.Exception
- if no solution could be found, or some other error occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |