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.

Changeset 3128


Ignore:
Timestamp:
2015-06-22T10:23:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-poly.lisp

    r3125 r3128  
    3535(defun coerce-coeff (ring expr vars)
    3636  "Coerce an element of the coefficient ring to a constant polynomial."
    37   ;; Modular arithmetic handler by rat
    3837  (declare (type ring ring))
    3938  (make-poly-from-termlist (list (make-term :monom (make-monom :dimension (length vars))
Note: See TracChangeset for help on using the changeset viewer.