|
|||||||||
| 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
org.jscience.mathematics.analysis.taylor.TaylorNegate
public class TaylorNegate
Implementation of Taylor expandable unary minus of a TaylorDouble.
| Field Summary |
|---|
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorUnary |
|---|
operand |
| Fields inherited from class org.jscience.mathematics.analysis.taylor.TaylorDouble |
|---|
coeffs, constant, independent, order |
| Constructor Summary | |
|---|---|
TaylorNegate(TaylorDouble x)
Construct new unary minus of x. |
|
| Method Summary | |
|---|---|
void |
calcOrder(int k)
Increase the order of this Taylor expansion from k-1 to k. |
int |
flops(int k)
Return the number of flops required to calculate the kth coefficient of this TaylorDouble. |
| Methods inherited from class org.jscience.mathematics.analysis.taylor.TaylorUnary |
|---|
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 TaylorNegate(TaylorDouble x)
| 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 | ||||||||