- Timestamp:
- 2015-06-11T22:33:25-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner-wrap.lisp
r1201 r1360 44 44 ((gebauer-moeller :gebauer_moeller $gebauer_moeller) #'gebauer-moeller))) 45 45 46 (defun grobner (ring f &optional (start 0) (top-reduction-only nil))46 (defun grobner (ring-and-order f &optional (start 0) (top-reduction-only nil)) 47 47 ;;(setf F (sort F #'< :key #'sugar)) 48 48 (funcall 49 49 (find-grobner-function $poly_grobner_algorithm) 50 ring f start top-reduction-only))50 ring-and-order f start top-reduction-only)) 51 51 52 52 (defun reduced-grobner (ring f &optional (start 0) (top-reduction-only $poly_top_reduction_only))
Note:
See TracChangeset
for help on using the changeset viewer.