Changeset 577
- Timestamp:
- 2015-06-06T22:59:00-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/mx-grobner.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/mx-grobner.lispr571 r577 168 168 (t (merror "Expression ~M is not a list of polynomials in variables ~M." 169 169 expr vars)))) 170 170 171 (defun parse-poly-list-list (poly-list-list vars) 171 172 (mapcar #'(lambda (g) (parse-poly-list g vars)) (coerce-maxima-list poly-list-list))) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
