|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSci.maths.analysis.RealFunction
JSci.maths.analysis.Exponential
public class Exponential
The exponential function.
| Constructor Summary | |
|---|---|
Exponential()
Constructs an exponential function of the form exp(x). |
|
Exponential(double A,
double w,
double k)
Constructs an exponential function of the form A exp(w(x+k)). |
|
Exponential(double A,
double w,
double k,
double n)
Constructs an exponential function of the form A exp(w(x+k)n). |
|
| Method Summary | |
|---|---|
RealFunction |
differentiate()
Returns the differential of this function. |
double |
map(double x)
A user-defined function. |
| Methods inherited from class JSci.maths.analysis.RealFunction |
|---|
add, add, compose, constant, dimension, divide, divide, getSet, inverse, multiply, multiply, negate, 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 Exponential()
exp(x).
public Exponential(double A,
double w,
double k)
A exp(w(x+k)).
public Exponential(double A,
double w,
double k,
double n)
A exp(w(x+k)n).
Constructor to create Gaussian functions.
| Method Detail |
|---|
public double map(double x)
Mapping
public RealFunction differentiate()
RealFunction
differentiate in class RealFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||