Uses of Class
edu.jas.ps.UnivPowerSeriesRing
-
Packages that use UnivPowerSeriesRing Package Description edu.jas.ps Generic coefficients power series package.edu.jas.ufd Unique factorization domain package. -
-
Uses of UnivPowerSeriesRing in edu.jas.ps
Fields in edu.jas.ps declared as UnivPowerSeriesRing Modifier and Type Field Description UnivPowerSeriesRing<C>
UnivPowerSeries. ring
Power series ring factory.Methods in edu.jas.ps that return UnivPowerSeriesRing Modifier and Type Method Description UnivPowerSeriesRing<C>
UnivPowerSeries. factory()
Get the corresponding element factory.Constructors in edu.jas.ps with parameters of type UnivPowerSeriesRing Constructor Description 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 UnivPowerSeriesRing Modifier and Type Method Description static <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.
-