de.jtem.java2dx.numerical
Class RealFunctionOnInterval
java.lang.Object
de.jtem.java2dx.numerical.RealFunctionOnInterval
public abstract class RealFunctionOnInterval
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lowerBoundOfInterval
protected double lowerBoundOfInterval
upperBoundOfInterval
protected double upperBoundOfInterval
RealFunctionOnInterval
public RealFunctionOnInterval()
getLowerBoundOfInterval
public double getLowerBoundOfInterval()
getUpperBoundOfInterval
public double getUpperBoundOfInterval()
setLowerBoundOfInterval
public void setLowerBoundOfInterval(double lowerBoundOfInterval)
setUpperBoundOfInterval
public void setUpperBoundOfInterval(double upperBoundOfInterval)
value
public abstract double value(double x)
jTEM