opale.mathtools
Class FSolve

java.lang.Object
  |
  +--opale.mathtools.FSolve

public abstract class FSolve
extends java.lang.Object


Field Summary
protected  double eps
           
protected  int Nmax
           
 
Constructor Summary
FSolve()
           
 
Method Summary
 double getEpsilon()
           
 int getNmax()
           
 void setEpsilon(double eps)
           
 void setNmax(int n)
           
abstract  void solve(IFnn f, int n, DVect x0, DVect resu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eps

protected double eps

Nmax

protected int Nmax
Constructor Detail

FSolve

public FSolve()
Method Detail

getNmax

public int getNmax()

setNmax

public void setNmax(int n)

getEpsilon

public double getEpsilon()

setEpsilon

public void setEpsilon(double eps)

solve

public abstract void solve(IFnn f,
                           int n,
                           DVect x0,
                           DVect resu)