edu.jas.ring
Class GroebnerBasePS

java.lang.Object
  extended by edu.jas.ring.GroebnerBasePS

public class GroebnerBasePS
extends java.lang.Object

Groebner Bases class. Implements Groebner bases and GB test.


Constructor Summary
GroebnerBasePS()
           
 
Method Summary
static java.util.ArrayList DIGBMI(java.util.List Pp)
          Minimal ordered groebner basis.
static java.util.ArrayList DIRPGB(java.util.List Pp)
          Groebner base using pairlist class.
static boolean isDIRPGB(java.util.List Pp)
          Groebner base test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroebnerBasePS

public GroebnerBasePS()
Method Detail

isDIRPGB

public static boolean isDIRPGB(java.util.List Pp)
Groebner base test


DIRPGB

public static java.util.ArrayList DIRPGB(java.util.List Pp)
Groebner base using pairlist class.


DIGBMI

public static java.util.ArrayList DIGBMI(java.util.List Pp)
Minimal ordered groebner basis.