Package edu.jas.gbmod

Interface ModGroebnerBase<C extends RingElem<C>>

    • Method Detail

      • isGB

        boolean isGB​(int modv,
                     java.util.List<GenPolynomial<C>> F)
        Deprecated.
        Module Groebner base test.
      • isGB

        boolean isGB​(ModuleList<C> M)
        Deprecated.
        isGB.
        Parameters:
        M - a module basis.
        Returns:
        true, if M is a Groebner base, else false.
      • GB

        ModuleList<CGB​(ModuleList<C> M)
        Deprecated.
        GB.
        Parameters:
        M - a module basis.
        Returns:
        GB(M), a Groebner base of M.