|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.DoubleFunction
org.jscience.mathematics.analysis.ConstantDoubleFunction
public class ConstantDoubleFunction
The constant function.
| Constructor Summary | |
|---|---|
ConstantDoubleFunction(double c)
Constructs a constant function. |
|
| Method Summary | |
|---|---|
DoubleFunction |
differentiate()
DOCUMENT ME! |
double |
map(double x)
DOCUMENT ME! |
DoubleFunction |
secondDerivative()
DOCUMENT ME! |
| Methods inherited from class org.jscience.mathematics.analysis.DoubleFunction |
|---|
add, add, compose, cos, divide, divide, exp, getIntervalsList, inverse, log, map, map, map, multiply, multiply, negate, power, setIntervalsList, sin, sqrt, subtract, subtract, taylorExpand, tensor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantDoubleFunction(double c)
c - DOCUMENT ME!| Method Detail |
|---|
public double map(double x)
map in interface PrimitiveMappingmap in class DoubleFunctionx - DOCUMENT ME!
org.jscience.mathematics.analysis.IntervalList.public DoubleFunction differentiate()
differentiate in interface C1Functiondifferentiate in class DoubleFunctionpublic DoubleFunction secondDerivative()
secondDerivative in interface C2Function
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||