|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.cabrillo.tracker.FirstDerivative
public class FirstDerivative
This implements an algorithm for finding a first derivative.
| Constructor Summary | |
|---|---|
FirstDerivative()
|
|
| Method Summary | |
|---|---|
java.lang.Object[] |
evaluate(java.lang.Object[] data)
Evaluates the derivative. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FirstDerivative()
| Method Detail |
|---|
public java.lang.Object[] evaluate(java.lang.Object[] data)
evaluate in interface Derivativedata - the input data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||