|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.poly.WeylRelations<C>
public 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. Relations are of the form xj * xi = xi xj + 1.
Constructor Summary | |
---|---|
WeylRelations(GenSolvablePolynomialRing<C> r)
The constructor requires a ring factory. |
Method Summary | |
---|---|
void |
generate()
Generates the relation table of this ring. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeylRelations(GenSolvablePolynomialRing<C> r)
r
- solvable polynomial ring factory,
r must have even number of variables.Method Detail |
---|
public void generate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |