|
|||||||||
| 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.TaylorBinary
public abstract class TaylorBinary
The abstract superclass for functions of two TaylorDouble variables.
| Field Summary | |
|---|---|
protected TaylorDouble |
leftOperand
The left operand of this binary operator. |
protected TaylorDouble |
rightOperand
The right operand of this binary operator. |
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
coeffs, constant, independent, order |
| Constructor Summary | |
|---|---|
TaylorBinary(TaylorDouble leftOp,
TaylorDouble rightOp)
Default constructor for functions of two variables. |
|
| 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 |
|---|
protected TaylorDouble leftOperand
protected TaylorDouble rightOperand
| Constructor Detail |
|---|
public TaylorBinary(TaylorDouble leftOp,
TaylorDouble rightOp)
| 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 | ||||||||