All Packages Class Hierarchy This Package Previous Next Index
Class mathUtil.NewtonRaphson
java.lang.Object
|
+----mathUtil.NewtonRaphson
- public class NewtonRaphson
- extends Object
Implements a Newton Raphson Solver
-
NewtonRaphson(AbstractFunctionObject)
- Solver takes argument as a function object.
-
solve(double[])
- Provided the initial seed solve the
system of equations.
NewtonRaphson
public NewtonRaphson(AbstractFunctionObject funcObj)
- Solver takes argument as a function object.
solve
public double[] solve(double initialVal[])
- Provided the initial seed solve the
system of equations.
All Packages Class Hierarchy This Package Previous Next Index