Uses of Interface
edu.jas.poly.RelationGenerator
Packages that use RelationGenerator
-
Uses of RelationGenerator in edu.jas.poly
Classes in edu.jas.poly that implement RelationGeneratorModifier and TypeClassDescriptionclass
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.class
WeylRelationsIterated<C extends RingElem<C>>
Generate Relation Table for Weyl Algebras Adds the respective relations to the relation table of the given solvable ring factory.Methods in edu.jas.poly with parameters of type RelationGeneratorModifier and TypeMethodDescriptionvoid
GenSolvablePolynomialRing.addRelations
(RelationGenerator<C> rg) Generate the relation table of the solvable polynomial ring from a relation generator.