|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rvl.util.UniFunction
This class allows one to set up a univariate function object, including a specification of its domain and whether the endpoints are open or closed. Instances should define the "of" method, and modify the bounds and other parameters as appropriate.
Solve
Field Summary | |
boolean |
closedMax
|
boolean |
closedMin
|
double |
feps
|
int |
maxIter
Controls for solving process |
int |
maxSearch
Controls for solving process |
boolean |
verbose
|
double |
xeps
|
double |
xMax
Domain of the function |
double |
xMin
Domain of the function |
Constructor Summary | |
UniFunction()
|
Method Summary | |
abstract double |
of(double x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double xMin
public double xMax
public boolean closedMin
public boolean closedMax
public int maxIter
public int maxSearch
public double feps
public double xeps
public boolean verbose
Constructor Detail |
public UniFunction()
Method Detail |
public abstract double of(double x)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |