Package edu.jas.gb
Class ExtendedGB<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.ExtendedGB<C>
Container for a GB and transformation matrices. A container for F, G, calG
and calF. Immutable objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List
<GenPolynomial<C>> final List
<List<GenPolynomial<C>>> final List
<GenPolynomial<C>> final List
<List<GenPolynomial<C>>> final GenPolynomialRing
<C> -
Constructor Summary
ConstructorsConstructorDescriptionExtendedGB
(List<GenPolynomial<C>> F, List<GenPolynomial<C>> G, List<List<GenPolynomial<C>>> F2G, List<List<GenPolynomial<C>>> G2F) Container for a GB and transformation matrices. -
Method Summary
-
Field Details
-
F
-
G
-
F2G
-
G2F
-
ring
-
-
Constructor Details
-
ExtendedGB
public ExtendedGB(List<GenPolynomial<C>> F, List<GenPolynomial<C>> G, List<List<GenPolynomial<C>>> F2G, List<List<GenPolynomial<C>>> G2F) Container for a GB and transformation matrices.- Parameters:
F
- an ideal base.G
- a Groebner base of F.F2G
- a transformation matrix from F to G.G2F
- a transformation matrix from G to F.
-
-
Method Details