Package edu.jas.poly

Generic coefficients polynomial package.

See:
          Description

Class Summary
AlgebraicNumber<C extends GcdRingElem<C>> Algebraic number class based on GenPolynomial with RingElem interface.
AlgebraicNumberRing<C extends GcdRingElem<C>> Algebraic number factory class based on GenPolynomial with RingElem interface.
AlgebraicNumberTest AlgebraicNumber Test using JUnit.
ANumGenPolynomialTest AlgebraicNumber coefficients GenPolynomial tests with JUnit.
ComplexGenPolynomialTest Complex coefficients GenPolynomial tests with JUnit.
Examples Examples for polynomials usage.
ExpVector ExpVector implements exponent vectors for polynomials.
ExpVectorPair ExpVectorPair implements pairs of exponent vectors for S-polynomials.
ExpVectorTest ExpVector tests with JUnit.
GaloisFieldTest Galois field tests with JUnit.
GenPolynomial<C extends RingElem<C>> GenPolynomial generic polynomials implementing RingElem.
GenPolynomialRing<C extends RingElem<C>> GenPolynomialRing generic polynomial factory implementing RingFactory; Factory for n-variate ordered polynomials over C.
GenPolynomialTest GenPolynomial tests with JUnit.
GenPolynomialTokenizer GenPolynomial Tokenizer.
GenPolynomialTokenizerTest GenPolynomialTokenizer tests with JUnit.
GenSolvablePolynomial<C extends RingElem<C>> GenSolvablePolynomial generic solvable polynomials implementing RingElem.
GenSolvablePolynomialRing<C extends RingElem<C>> GenSolvablePolynomialRing generic solvable polynomial factory implementing RingFactory and extending GenPolynomialRing factory; Factory for n-variate ordered solvable polynomials over C.
GenSolvablePolynomialTest GenSolvablePolynomial Test using JUnit.
GFGenPolynomialTest Galois field coefficients GenPolynomial tests with JUnit.
IntGenPolynomialTest BigInteger coefficients GenPolynomial tests with JUnit.
ModGenPolynomialTest ModInteger coefficients GenPolynomial tests with JUnit.
ModGenSolvablePolynomialTest ModInteger coefficients GenSolvablePolynomial tests with JUnit.
OptimizedPolynomialList<C extends RingElem<C>> Container for optimization results.
OrderedPolynomialList<C extends RingElem<C>> Ordered list of polynomials.
PolynomialList<C extends RingElem<C>> List of polynomials.
PolynomialListTest PolynomialList Test using JUnit.
PolyUtil Polynomial utilities, e.g.
PolyUtilTest PolyUtil tests with JUnit.
QuatGenPolynomialTest BigQuaternion coefficients GenPolynomial tests with JUnit.
RatGenPolynomialTest BigRational coefficients GenPolynomial tests with JUnit.
RatGenSolvablePolynomialTest BigRational coefficients GenSolvablePolynomial tests with JUnit.
RatPolyGenPolynomialTest BigRational coefficients GenPolynomial coefficients GenPolynomial tests with JUnit.
RelationTable<C extends RingElem<C>> RelationTable for solvable polynomials.
RelationTableTest RelationTable tests with JUnit.
TermOrder Term order class for ordered polynomials.
TermOrderOptimization Term order optimization.
TermOrderTest TermOrder tests with JUnit.
WeylRelations<C extends RingElem<C>> Generate Relation Table for Weyl Algebras Adds the respective relations to the relation table of the given solvable ring factory.
 

Package edu.jas.poly Description

Generic coefficients polynomial package.

This package contains classes for polynomial and solvable polynomial arithmetic, e.g. GenPolynomial or GenSolvablePolynomial over coefficient rings which implement the RingElem interface. Other classes contained in this package are AlgebraicNumber, PolyUtil and a polynomial parser GenPolynomialTokenizer.


Heinz Kredel

Last modified: Mon Jul 9 18:05:57 CEST 2007

$Id: package.html 1255 2007-07-29 10:16:33Z kredel $