|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fraid.function.ComplexFunction
org.fraid.sampled.functions.rk
public class rk
Field Summary |
---|
Fields inherited from class org.fraid.function.ComplexFunction |
---|
mName, mNumberOfArguments |
Constructor Summary | |
---|---|
rk()
|
Method Summary | |
---|---|
static java.util.Vector<Samples> |
calculateRungeKutta(java.util.Vector aFunctions,
Complex[] aStartPosition,
double aStartTime,
double aEndTime,
int aLength)
|
Complex |
invoke(Complex[] args)
The actual call to the function. |
Methods inherited from class org.fraid.function.ComplexFunction |
---|
clone, exec, getDependancies, getName, getNumberOfArguments, getSignature, setName, setNumberOfArguments, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public rk()
Method Detail |
---|
public Complex invoke(Complex[] args) throws java.lang.Exception
ComplexFunction
invoke
in class ComplexFunction
args
- the arguments, can be (and usualy are) SimpleNode's
Complex
value
java.lang.Exception
- if an error occursSimpleNode
public static java.util.Vector<Samples> calculateRungeKutta(java.util.Vector aFunctions, Complex[] aStartPosition, double aStartTime, double aEndTime, int aLength) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |