|
|||||||||
| 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.TaylorConstant
public class TaylorConstant
Implementation of a function that is constant with respect to the independent variable t.
| Field Summary |
|---|
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
coeffs, constant, independent, order |
| Constructor Summary | |
|---|---|
TaylorConstant(double c)
Construct new constant function of value c. |
|
| Method Summary | |
|---|---|
void |
calcOrder(int k)
Set kth Taylor coefficient - all except the first are zero. |
double |
evaluate(double t)
Evaluation is simply c0 |
void |
reset()
The reset method is empty for TaylorConstant, since Taylor coefficients are unaffected by change of expansion point. |
| 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 TaylorConstant(double c)
c - 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 reset()
reset in class TaylorDouble
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||