|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.robotics.ode.Euler
javax.robotics.ode.Heun
public class Heun
This class implements Heun integration method.
| Field Summary |
|---|
| Fields inherited from interface javax.robotics.ode.Solver |
|---|
startTime |
| Constructor Summary | |
|---|---|
Heun(double dt,
RVector initialCondition,
DerivableFunction target)
Defines numerical integration for x' = f(x) differential equation. |
|
| Method Summary | |
|---|---|
void |
step(RVector x)
Computes step integration from time t to t+dt of x' = f(x). |
| Methods inherited from class javax.robotics.ode.Euler |
|---|
getInitialCondition, getLastValue, getSampleTime, getTime, setInitialCondition, setSampleTime, xDot |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Heun(double dt,
RVector initialCondition,
DerivableFunction target)
dt - time interval of integration [sec]initialCondition - initial condition at time zero x(0).target - differential equation to be integrated| Method Detail |
|---|
public void step(RVector x)
Solver
step in interface Solverstep in class Eulerx - argument of f(x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||