close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1313


Ignore:
Timestamp:
2015-06-11T21:33:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/gebauer-moeller.lisp

    r1201 r1313  
    3636(in-package :gebauer-moeller)
    3737
    38 (defun gebauer-moeller (ring f start &optional (top-reduction-only $poly_top_reduction_only))
     38(defun gebauer-moeller (ring-and-order f start &optional (top-reduction-only $poly_top_reduction_only))
    3939  "Compute Grobner basis by using the algorithm of Gebauer and
    4040Moeller.  This algorithm is described as BUCHBERGERNEW2 in the book by
     
    4242that all polynomials in F are non-zero."
    4343  (declare (ignore top-reduction-only)
    44            (type fixnum start))
     44           (type fixnum start)
     45           (type ring-and-order ring-and-order))
    4546  (cond
    4647   ((endp f) (return-from gebauer-moeller nil))
Note: See TracChangeset for help on using the changeset viewer.