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 1314


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

* empty log message *

File:
1 edited

Legend:

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

    r1313 r1314  
    3636(in-package :gebauer-moeller)
    3737
    38 (defun gebauer-moeller (ring-and-order f start &optional (top-reduction-only $poly_top_reduction_only))
     38(defun gebauer-moeller (ring-and-order f
     39                        &optional
     40                          (start 0)
     41                          (top-reduction-only $poly_top_reduction_only)
     42                        &aux
     43                          (ring (ro-ring ring-and-order))
    3944  "Compute Grobner basis by using the algorithm of Gebauer and
    4045Moeller.  This algorithm is described as BUCHBERGERNEW2 in the book by
Note: See TracChangeset for help on using the changeset viewer.