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.

Ignore:
Timestamp:
2015-06-11T20:40:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r1291 r1292  
    9292              t)))))
    9393
    94 (defun parallel-buchberger (ring f start &optional (top-reduction-only $poly_top_reduction_only))
     94(defun parallel-buchberger (ring-and-order f start
     95                            &optional
     96                              (top-reduction-only $poly_top_reduction_only)
     97                            &aux
     98                              (ring (ro-ring ring-and-order))))
    9599  "An implementation of the Buchberger algorithm. Return Grobner basis
    96100of the ideal generated by the polynomial list F.  Polynomials 0 to
Note: See TracChangeset for help on using the changeset viewer.