close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2015-06-15T09:06:59-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1753 r1754  
    435435    (poly-content ring-and-order p)))
    436436
    437 (defmfun $poly_pseudo_divide (f fl vars
    438                             &aux
    439                             (vars (coerce-maxima-list vars))
    440                             (f (parse-poly f vars))
    441                             (fl (parse-poly-list fl vars)))
    442   (with-ring-and-order ((vars :polynomials (f) :poly-lists (fl) :value-type :custom))
     437(defmfun $poly_pseudo_divide (f fl vars)
     438  (with-ring-and-order ((vars) :polynomials (f) :poly-lists (fl) :value-type :custom)
    443439    (multiple-value-bind (quot rem c division-count)
    444440        (poly-pseudo-divide ring-and-order f fl)
Note: See TracChangeset for help on using the changeset viewer.