public class WeylRelations<C extends RingElem<C>> extends java.lang.Object
| Constructor and Description |
|---|
WeylRelations(GenSolvablePolynomialRing<C> r)
The constructor requires a ring factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate()
Generates the relation table of this ring.
|
public WeylRelations(GenSolvablePolynomialRing<C> r)
r - solvable polynomial ring factory,
r must have even number of variables.public void generate()