Uses of Class
edu.jas.poly.RelationTable
-
Packages that use RelationTable Package Description edu.jas.application Groebner base application package.edu.jas.fd Factorization domain package for solvable polynomial rings.edu.jas.poly Generic coefficients polynomial package. -
-
Uses of RelationTable in edu.jas.application
Fields in edu.jas.application declared as RelationTable Modifier and Type Field Description private RelationTable
RingFactoryTokenizer. table
Constructors in edu.jas.application with parameters of type RelationTable Constructor Description LocalSolvablePolynomialRing(RingFactory<SolvableLocal<C>> cf, int n, RelationTable<SolvableLocal<C>> rt)
The constructor creates a solvable polynomial factory object with the default term order.LocalSolvablePolynomialRing(RingFactory<SolvableLocal<C>> cf, int n, TermOrder t, RelationTable<SolvableLocal<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.LocalSolvablePolynomialRing(RingFactory<SolvableLocal<C>> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<SolvableLocal<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.ResidueSolvablePolynomialRing(RingFactory<SolvableResidue<C>> cf, int n, RelationTable<SolvableResidue<C>> rt)
The constructor creates a solvable polynomial factory object with the default term order.ResidueSolvablePolynomialRing(RingFactory<SolvableResidue<C>> cf, int n, TermOrder t, RelationTable<SolvableResidue<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.ResidueSolvablePolynomialRing(RingFactory<SolvableResidue<C>> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<SolvableResidue<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.ResidueSolvableWordPolynomialRing(RingFactory<WordResidue<C>> cf, int n, RelationTable<WordResidue<C>> rt)
The constructor creates a solvable polynomial factory object with the default term order.ResidueSolvableWordPolynomialRing(RingFactory<WordResidue<C>> cf, int n, TermOrder t, RelationTable<WordResidue<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.ResidueSolvableWordPolynomialRing(RingFactory<WordResidue<C>> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<WordResidue<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order. -
Uses of RelationTable in edu.jas.fd
Constructors in edu.jas.fd with parameters of type RelationTable Constructor Description QuotSolvablePolynomialRing(RingFactory<SolvableQuotient<C>> cf, int n, RelationTable<SolvableQuotient<C>> rt)
The constructor creates a solvable polynomial factory object with the default term order.QuotSolvablePolynomialRing(RingFactory<SolvableQuotient<C>> cf, int n, TermOrder t, RelationTable<SolvableQuotient<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.QuotSolvablePolynomialRing(RingFactory<SolvableQuotient<C>> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<SolvableQuotient<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order. -
Uses of RelationTable in edu.jas.poly
Fields in edu.jas.poly declared as RelationTable Modifier and Type Field Description RelationTable<GenPolynomial<C>>
RecSolvablePolynomialRing. coeffTable
The solvable multiplication relations between variables and coefficients.RelationTable<GenWordPolynomial<C>>
RecSolvableWordPolynomialRing. coeffTable
The solvable multiplication relations between variables and coefficients.private RelationTable
GenPolynomialTokenizer. table
RelationTable<C>
GenSolvablePolynomialRing. table
The solvable multiplication relations.Methods in edu.jas.poly with parameters of type RelationTable Modifier and Type Method Description void
RelationTable. contract(RelationTable<C> tab)
Contract variables.void
RelationTable. extend(RelationTable<C> tab)
Extend variables.void
RelationTable. recursive(RelationTable tab)
Recursive representation.void
RelationTable. reverse(RelationTable<C> tab)
Reverse variables and relations.Constructors in edu.jas.poly with parameters of type RelationTable Constructor Description GenSolvablePolynomialRing(RingFactory<C> cf, int n, RelationTable<C> rt)
The constructor creates a solvable polynomial factory object with the default term order.GenSolvablePolynomialRing(RingFactory<C> cf, int n, TermOrder t, RelationTable<C> rt)
The constructor creates a solvable polynomial factory object with the given term order.GenSolvablePolynomialRing(RingFactory<C> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<C> rt)
The constructor creates a solvable polynomial factory object with the given term order.QLRSolvablePolynomialRing(RingFactory<C> cf, int n, RelationTable<C> rt)
The constructor creates a solvable polynomial factory object with the default term order.QLRSolvablePolynomialRing(RingFactory<C> cf, int n, TermOrder t, RelationTable<C> rt)
The constructor creates a solvable polynomial factory object with the given term order.QLRSolvablePolynomialRing(RingFactory<C> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<C> rt)
The constructor creates a solvable polynomial factory object with the given term order.RecSolvablePolynomialRing(RingFactory<GenPolynomial<C>> cf, int n, RelationTable<GenPolynomial<C>> rt)
The constructor creates a solvable polynomial factory object with the default term order.RecSolvablePolynomialRing(RingFactory<GenPolynomial<C>> cf, int n, TermOrder t, RelationTable<GenPolynomial<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.RecSolvablePolynomialRing(RingFactory<GenPolynomial<C>> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<GenPolynomial<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.RecSolvableWordPolynomialRing(RingFactory<GenWordPolynomial<C>> cf, int n, RelationTable<GenWordPolynomial<C>> rt)
The constructor creates a solvable polynomial factory object with the default term order.RecSolvableWordPolynomialRing(RingFactory<GenWordPolynomial<C>> cf, int n, TermOrder t, RelationTable<GenWordPolynomial<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.RecSolvableWordPolynomialRing(RingFactory<GenWordPolynomial<C>> cf, int n, TermOrder t, java.lang.String[] v, RelationTable<GenWordPolynomial<C>> rt)
The constructor creates a solvable polynomial factory object with the given term order.
-