Package edu.jas.gb

Class ExtendedGB<C extends RingElem<C>>


  • public class ExtendedGB<C extends RingElem<C>>
    extends java.lang.Object
    Container for a GB and transformation matrices. A container for F, G, calG and calF. Immutable objects.
    • Constructor Detail

      • ExtendedGB

        public ExtendedGB​(java.util.List<GenPolynomial<C>> F,
                          java.util.List<GenPolynomial<C>> G,
                          java.util.List<java.util.List<GenPolynomial<C>>> F2G,
                          java.util.List<java.util.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 Detail

      • toString

        public java.lang.String toString()
        Get the String representation.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()