|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.taylor.TaylorDouble
org.jscience.mathematics.analysis.taylor.TaylorParameter
public class TaylorParameter
Implementation of a function that is constant with respect to the independent variable t, but that will need to be varied during calculations.
| Field Summary |
|---|
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
coeffs, constant, independent, order |
| Constructor Summary | |
|---|---|
TaylorParameter(double a)
Construct new parameter of value a. |
|
| Method Summary | |
|---|---|
void |
calcOrder(int k)
Set kth Taylor coefficient - all except the first are zero. |
double |
evaluate(double t)
Evaluation is simply a0 |
void |
reset()
The reset method is empty for TaylorParameter, since Taylor coefficients are unaffected by change of expansion point. |
void |
setValue(double a)
Set the value of this parameter to a. |
| Methods inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
expandToOrder, flops, getCoeff, getOrder, setToLength, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaylorParameter(double a)
a - DOCUMENT ME!| Method Detail |
|---|
public void calcOrder(int k)
calcOrder in class TaylorDoublek - DOCUMENT ME!public double evaluate(double t)
evaluate in class TaylorDoublet - DOCUMENT ME!
public void setValue(double a)
a - DOCUMENT ME!public void reset()
reset in class TaylorDouble
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||