Package edu.jas.gbufd

Class GroebnerBaseRational<C extends BigRational>

java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<BigRational>
edu.jas.gbufd.GroebnerBaseRational<C>
Type Parameters:
C - BigRational coefficient type
All Implemented Interfaces:
GroebnerBase<BigRational>, Serializable

public class GroebnerBaseRational<C extends BigRational> extends GroebnerBaseAbstract<BigRational>
Groebner Base sequential algorithm for rational coefficients, fraction free computation. Implements Groebner bases.
See Also: