|
|||||||||
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.IdentityDoubleFunction
public class IdentityDoubleFunction
The identity function.
Constructor Summary | |
---|---|
IdentityDoubleFunction()
Constructs an identity 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 IdentityDoubleFunction()
Method Detail |
---|
public double map(double x)
map
in interface PrimitiveMapping
map
in class DoubleFunction
x
- DOCUMENT ME!
org.jscience.mathematics.analysis.IntervalList.
public DoubleFunction differentiate()
differentiate
in interface C1Function
differentiate
in class DoubleFunction
public DoubleFunction secondDerivative()
secondDerivative
in interface C2Function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |