|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.IdentFunction
public class IdentFunction
Delivers the argument.
| Constructor Summary | |
|---|---|
IdentFunction()
|
|
| Method Summary | ||
|---|---|---|
static
|
createFunction(String name,
Class<T> as)
Creates the transfer function, either with a one-dimensional argument as a Function or as a Multidimensional with an VectorG as argument. |
|
static
|
createFunction(String name,
String init,
Class<T> as)
Creates the transfer function, either with a one-dimensional argument as a Function or as a Multidimensional with an VectorG as argument. |
|
double |
derivative(double x)
Calculates the first derivative of the function at the given argument value, i.e. |
|
double |
evaluate(double x)
Given the value of the independant variable, this method returns the value of the function as a primitive double. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentFunction()
| Method Detail |
|---|
public double evaluate(double x)
Function
evaluate in interface Functionpublic double derivative(double x)
Derivative
derivative in interface Derivative
public static final <T> T createFunction(String name,
Class<T> as)
public static final <T> T createFunction(String name,
String init,
Class<T> as)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||