Package edu.jas.poly
Interface RelationGenerator<C extends RingElem<C>>
- All Known Implementing Classes:
WeylRelations
,WeylRelationsIterated
public interface RelationGenerator<C extends RingElem<C>>
Generate Relation Tables for solvable polynomial rings. Adds the respective
relations to the relation table of the given solvable ring factory. Relations
are of the form xj * xi = xi xj +
pij for 1 ≤ i < j ≤ n = number of variables.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(GenSolvablePolynomialRing<C> ring) Generates the relation table of a solvable polynomial ring.
-
Method Details
-
generate
Generates the relation table of a solvable polynomial ring.- Parameters:
ring
- solvable polynomial ring factory.
-