|
|||||||||
| 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
org.jscience.mathematics.analysis.taylor.TaylorMultiply
public class TaylorMultiply
Implementation of Taylor expandable multiplication of two TaylorDoubles.
| Field Summary |
|---|
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorBinary |
|---|
leftOperand, rightOperand |
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
coeffs, constant, independent, order |
| Constructor Summary | |
|---|---|
TaylorMultiply(TaylorDouble a,
TaylorDouble b)
Constructs new multiplication a·b. |
|
| Method Summary | |
|---|---|
void |
calcOrder(int k)
Increase the order of this Taylor expansion from k-1 to k. |
int |
flops(int k)
Returns the number of flops required to calculate the kth coefficient of this TaylorDouble. |
| Methods inherited from class org.jscience.mathematics.analysis.taylor.TaylorBinary |
|---|
reset |
| Methods inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
evaluate, expandToOrder, getCoeff, getOrder, setToLength, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaylorMultiply(TaylorDouble a,
TaylorDouble b)
| Method Detail |
|---|
public void calcOrder(int k)
calcOrder in class TaylorDoublepublic int flops(int k)
flops in class TaylorDouble
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||