- Timestamp:
- 2015-06-11T20:40:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/buchberger.lisp
r1291 r1292 92 92 t))))) 93 93 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)))) 95 99 "An implementation of the Buchberger algorithm. Return Grobner basis 96 100 of the ideal generated by the polynomial list F. Polynomials 0 to
Note:
See TracChangeset
for help on using the changeset viewer.