|
|||||||||
| 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.TaylorSin
public class TaylorSin
Implementation of Taylor expandable sine of a TaylorDouble.
| Field Summary | |
|---|---|
TaylorCos |
cos
DOCUMENT ME! |
| 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 | |
|---|---|
TaylorSin(TaylorDouble x)
Construct new sine sin(x). |
|
TaylorSin(TaylorDouble x,
TaylorCos cos)
Construct new sine sin(x), with corresponding cosine cos. |
|
| 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.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 |
| Field Detail |
|---|
public TaylorCos cos
| Constructor Detail |
|---|
public TaylorSin(TaylorDouble x)
public TaylorSin(TaylorDouble x,
TaylorCos cos)
| 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 | ||||||||