Changeset 1431 for branches/f4grobner
- Timestamp:
- 2015-06-12T01:06:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ideal.lisp
r1430 r1431 108 108 (defun ideal-intersection (ring-and-order f g 109 109 &optional 110 (top-reduction-only $poly_top_reduction_only) 111 &aux 112 (ring (ro-ring ring-and-order))) 110 (top-reduction-only $poly_top_reduction_only)) 113 111 (declare (type ring-and-order ring-and-order)) 114 112 (mapcar #'poly-contract
Note:
See TracChangeset
for help on using the changeset viewer.