Changeset 1385
- Timestamp:
 - 2015-06-11T23:07:47-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/ideal.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/ideal.lisp
r1384 r1385 107 107 (ideal-intersection ring-and-order f (list g) top-reduction-only))) 108 108 109 (defun ideal-intersection (ring-and-order f g &optional (top-reduction-only $poly_top_reduction_only)) 109 (defun ideal-intersection (ring-and-order f g 110 &optional 111 (top-reduction-only $poly_top_reduction_only) 112 &aux 113 (ring (ro-ring ring-and-order))) 110 114 (mapcar #'poly-contract 111 115 (ring-intersection  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  