|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.aa.newton.NewtonSolver
public class NewtonSolver
Solves an eqation system using the Newton-Raphson method.
Constructor Summary | |
---|---|
NewtonSolver()
Creates a new NewtonSolver object. |
Method Summary | |
---|---|
Solution |
solveSystem(EquationSystem es)
Attempts to solve a system of equations using the Newton-Raphson method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewtonSolver()
Method Detail |
---|
public Solution solveSystem(EquationSystem es) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |