Uses of Class
edu.jas.poly.RelationTable
Packages that use RelationTable
Package
Description
Groebner base application package.
Factorization domain package for solvable polynomial rings.
Generic coefficients polynomial package.
-
Uses of RelationTable in edu.jas.application
Fields in edu.jas.application declared as RelationTableConstructors in edu.jas.application with parameters of type RelationTableModifierConstructorDescriptionLocalSolvablePolynomialRing(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, 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, 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, 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 RelationTableModifierConstructorDescriptionQuotSolvablePolynomialRing(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, 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 RelationTableModifier and TypeFieldDescriptionfinal RelationTable<GenPolynomial<C>> RecSolvablePolynomialRing.coeffTableThe solvable multiplication relations between variables and coefficients.final RelationTable<GenWordPolynomial<C>> RecSolvableWordPolynomialRing.coeffTableThe solvable multiplication relations between variables and coefficients.private RelationTableGenPolynomialTokenizer.tablefinal RelationTable<C> GenSolvablePolynomialRing.tableThe solvable multiplication relations.Methods in edu.jas.poly with parameters of type RelationTableModifier and TypeMethodDescriptionvoidRelationTable.contract(RelationTable<C> tab) Contract variables.voidRelationTable.extend(RelationTable<C> tab) Extend variables.voidRelationTable.recursive(RelationTable tab) Recursive representation.voidRelationTable.reverse(RelationTable<C> tab) Reverse variables and relations.Constructors in edu.jas.poly with parameters of type RelationTableModifierConstructorDescriptionGenSolvablePolynomialRing(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, 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, 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, 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, String[] v, RelationTable<GenWordPolynomial<C>> rt) The constructor creates a solvable polynomial factory object with the given term order.