Coefficients<C extends RingElem<C>> |
Abstract class for generating functions for coefficients of power series.
|
Examples |
Examples for univariate power series implementations.
|
ExamplesMulti |
Examples for multivariate power series implementations.
|
ExpVectorIterable |
Iterable for ExpVector, using total degree enumeration.
|
IteratorsTest |
Iterator tests with JUnit.
|
MultiVarCoefficients<C extends RingElem<C>> |
Abstract class for generating functions for coefficients of multivariate
power series.
|
MultiVarPowerSeries<C extends RingElem<C>> |
Multivariate power series implementation.
|
MultiVarPowerSeriesRing<C extends RingElem<C>> |
Multivariate power series ring implementation.
|
MultiVarPowerSeriesTest |
Multivariate power series tests with JUnit.
|
OrderedPairlist<C extends RingElem<C>> |
Pair list management.
|
Pair<C extends RingElem<C>> |
Serializable subclass to hold pairs of power series.
|
PolynomialTaylorFunction<C extends RingElem<C>> |
Polynomial functions capable for Taylor series expansion.
|
PSUtil |
Power series utilities.
|
ReductionSeq<C extends RingElem<C>> |
Multivariate power series reduction sequential use algorithm.
|
StandardBaseSeq<C extends RingElem<C>> |
Standard Base sequential algorithm.
|
STDMultiPSTest |
Standard base of multivariate power series tests with JUnit.
|
TaylorFunctionAdapter<C extends RingElem<C>> |
Adapter for functions capable for Taylor series expansion.
|
UnivPowerSeries<C extends RingElem<C>> |
Univariate power series implementation.
|
UnivPowerSeriesRing<C extends RingElem<C>> |
Univariate power series ring implementation.
|
UnivPowerSeriesTest |
Univariate power series tests with JUnit.
|