|
|||||||||
| 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.ExponentialDoubleFunction
public class ExponentialDoubleFunction
The exponential function.
| Constructor Summary | |
|---|---|
ExponentialDoubleFunction(double A,
double w,
double k)
Constructs an exponential function of the form A exp(wx+k). |
|
| 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 ExponentialDoubleFunction(double A,
double w,
double k)
A exp(wx+k).
A - DOCUMENT ME!w - DOCUMENT ME!k - 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 | ||||||||