Uses of Interface
edu.jas.ps.TaylorFunction
Packages that use TaylorFunction
Package
Description
Generic coefficients power series package.
Unique factorization domain package.
-
Uses of TaylorFunction in edu.jas.ps
Classes in edu.jas.ps that implement TaylorFunctionModifier and TypeClassDescriptionclass
PolynomialTaylorFunction<C extends RingElem<C>>
Polynomial functions capable for Taylor series expansion.class
TaylorFunctionAdapter<C extends RingElem<C>>
Adapter for functions capable for Taylor series expansion.Methods in edu.jas.ps that return TaylorFunctionModifier and TypeMethodDescriptionPolynomialTaylorFunction.derivative()
Derivative.PolynomialTaylorFunction.derivative
(ExpVector i) Multi-partial derivative.TaylorFunction.derivative()
Derivative.TaylorFunction.derivative
(ExpVector i) Multi-partial derivative.TaylorFunctionAdapter.derivative()
Derivative.TaylorFunctionAdapter.derivative
(ExpVector i) Multi-partial derivative.Methods in edu.jas.ps with parameters of type TaylorFunctionModifier and TypeMethodDescriptionMultiVarPowerSeriesRing.seriesOfTaylor
(TaylorFunction<C> f, List<C> a) Taylor power series.UnivPowerSeriesRing.seriesOfTaylor
(TaylorFunction<C> f, C a) Taylor power series. -
Uses of TaylorFunction in edu.jas.ufd
Classes in edu.jas.ufd that implement TaylorFunctionModifier and TypeClassDescriptionclass
QuotientTaylorFunction<C extends GcdRingElem<C>>
Polynomial quotient functions capable for Taylor series expansion.Methods in edu.jas.ufd that return TaylorFunctionModifier and TypeMethodDescriptionQuotientTaylorFunction.derivative()
Derivative.QuotientTaylorFunction.derivative
(int r) Partial derivative.QuotientTaylorFunction.derivative
(ExpVector i) Multi-partial derivative.Methods in edu.jas.ufd with parameters of type TaylorFunctionModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
Quotient<C> PolyUfdUtil.approximantOfPade
(UnivPowerSeriesRing<C> upr, TaylorFunction<C> f, C a, int m, int n) Pade approximant [m/n] of function f.