Uses of Interface
edu.jas.poly.RelationGenerator
-
Packages that use RelationGenerator Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of RelationGenerator in edu.jas.poly
Classes in edu.jas.poly that implement RelationGenerator Modifier and Type Class Description class
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 RelationGenerator Modifier and Type Method Description void
GenSolvablePolynomialRing. addRelations(RelationGenerator<C> rg)
Generate the relation table of the solvable polynomial ring from a relation generator.
-