|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Ideal<C extends RingElem<C>> | Ideal implements some methods for ideal arithmetic, e.g. intersection and quotient. |
IdealTest | Ideal tests with JUnit. |
Local<C extends RingElem<C>> | Local ring element based on GenPolynomial with RingElem interface. |
LocalRing<C extends RingElem<C>> | Local ring class based on GenPolynomial with RingElem interface. |
LocalTest | Local tests with JUnit. |
Quotient<C extends GcdRingElem<C>> | Quotient, i.e. rational function, based on GenPolynomial with RingElem interface. |
QuotientIntTest | Quotient over BigInteger GenPolynomial tests with JUnit. |
QuotientRatTest | Quotient over BigRational GenPolynomial tests with JUnit. |
QuotientRing<C extends GcdRingElem<C>> | Quotient ring factory based on GenPolynomial with RingElem interface. |
QuotIntPolynomialTest | Quotient BigInteger coefficient GenPolynomial tests with JUnit. |
Residue<C extends RingElem<C>> | Residue ring element based on GenPolynomial with RingElem interface. |
ResidueRing<C extends RingElem<C>> | Residue ring factory based on GenPolynomial with RingFactory interface. |
ResidueTest | Residue tests with JUnit. |
This package contains classes
with applications of Groebner bases
such as ideal intersections or ideal quotients
implemented in Ideal
and SolvableIdeal
.
The rational function class Quotient
uses package edu.jas.ufd
to compute quotients of polynomials reduced to lowest terms.
Class Residue
provides polynomials residues modulo an ideal defined in
ResidueRing
.
Last modified: Mon Jul 9 21:35:08 CEST 2007
$Id: package.html 1241 2007-07-29 09:25:03Z kredel $
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |