edu.jas.module
Class ModGroebnerBase

java.lang.Object
  extended by edu.jas.module.ModGroebnerBase

public class ModGroebnerBase
extends java.lang.Object

Module Groebner Bases class. Implements Groebner bases and GB test.


Constructor Summary
ModGroebnerBase()
           
 
Method Summary
static java.util.ArrayList GB(int modv, java.util.List F)
          Groebner base using pairlist class.
static ModuleList GB(ModuleList M)
           
static boolean isGB(int modv, java.util.List F)
          Module Groebner base test
static boolean isGB(ModuleList M)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModGroebnerBase

public ModGroebnerBase()
Method Detail

isGB

public static boolean isGB(int modv,
                           java.util.List F)
Module Groebner base test


isGB

public static boolean isGB(ModuleList M)

GB

public static java.util.ArrayList GB(int modv,
                                     java.util.List F)
Groebner base using pairlist class.


GB

public static ModuleList GB(ModuleList M)