Uses of Class
edu.jas.ps.UnivPowerSeriesRing
Packages that use UnivPowerSeriesRing
Package
Description
Generic coefficients power series package.
Unique factorization domain package.
-
Uses of UnivPowerSeriesRing in edu.jas.ps
Fields in edu.jas.ps declared as UnivPowerSeriesRingModifier and TypeFieldDescriptionfinal UnivPowerSeriesRing
<C> UnivPowerSeries.ring
Power series ring factory.Methods in edu.jas.ps that return UnivPowerSeriesRingModifier and TypeMethodDescriptionUnivPowerSeries.factory()
Get the corresponding element factory.Constructors in edu.jas.ps with parameters of type UnivPowerSeriesRingModifierConstructorDescription(package private)
UnivPowerSeries
(UnivPowerSeriesRing<C> ring) Package constructor.UnivPowerSeries
(UnivPowerSeriesRing<C> ring, Coefficients<C> lazyCoeffs) Constructor. -
Uses of UnivPowerSeriesRing in edu.jas.ufd
Methods in edu.jas.ufd with parameters of type UnivPowerSeriesRingModifier 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.