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


Constructor Index

 o NewtonRaphson(AbstractFunctionObject)
Solver takes argument as a function object.

Method Index

 o solve(double[])
Provided the initial seed solve the system of equations.

Constructors

 o NewtonRaphson
 public NewtonRaphson(AbstractFunctionObject funcObj)
Solver takes argument as a function object.

Methods

 o solve
 public double[] solve(double initialVal[])
Provided the initial seed solve the system of equations.


All Packages  Class Hierarchy  This Package  Previous  Next  Index