|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- ring element typepublic interface TaylorFunction<C extends RingElem<C>>
Interface for functions capable for Taylor series expansion.
Method Summary | |
---|---|
TaylorFunction<C> |
deriviative()
Deriviative. |
TaylorFunction<C> |
deriviative(ExpVector i)
Multi-partial deriviative. |
C |
evaluate(C a)
Evaluate. |
C |
evaluate(java.util.List<C> a)
Evaluate at a tuple of elements. |
long |
getFacul()
Get the factorial coefficient. |
boolean |
isZERO()
Test if this is zero. |
Method Detail |
---|
long getFacul()
boolean isZERO()
TaylorFunction<C> deriviative()
TaylorFunction<C> deriviative(ExpVector i)
i
- exponent vector.
C evaluate(C a)
a
- element.
C evaluate(java.util.List<C> a)
a
- tuple of elements.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |