|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.analysis.MonitoredFunction
public class MonitoredFunction
Wrapper class for counting functions calls.
Constructor Summary | |
---|---|
MonitoredFunction(org.apache.commons.math.analysis.UnivariateRealFunction f)
|
Method Summary | |
---|---|
int |
getCallsCount()
|
void |
setCallsCount(int callsCount)
|
double |
value(double x)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonitoredFunction(org.apache.commons.math.analysis.UnivariateRealFunction f)
Method Detail |
---|
public void setCallsCount(int callsCount)
public int getCallsCount()
public double value(double x) throws org.apache.commons.math.FunctionEvaluationException
value
in interface org.apache.commons.math.analysis.UnivariateRealFunction
org.apache.commons.math.FunctionEvaluationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |