|
|||||||||
| 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.TaylorUnary
public abstract class TaylorUnary
The abstract superclass for functions of one TaylorDouble variable.
| Field Summary | |
|---|---|
TaylorDouble |
operand
The operand of this unary operator. |
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
coeffs, constant, independent, order |
| Constructor Summary | |
|---|---|
TaylorUnary(TaylorDouble op)
Default constructor for functions of one variable. |
|
| Method Summary | |
|---|---|
void |
reset()
Signal shift of expansion point. |
| Methods inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
calcOrder, evaluate, expandToOrder, flops, getCoeff, getOrder, setToLength, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public TaylorDouble operand
| Constructor Detail |
|---|
public TaylorUnary(TaylorDouble op)
| Method Detail |
|---|
public void reset()
reset in class TaylorDouble
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||