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 1216


Ignore:
Timestamp:
2015-06-11T11:55:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1215 r1216  
    121121
    122122(defun poly-reset-sugar (p)
    123   (declare (type poly p))
     123  "(Re)sets the sugar of a polynomial P to the sugar of (POLY-TERMLIST P)."
     124  (declare (type poly p))
     125  (setf (poly-sugar p) (termlist-sugar (poly-termlist p)))
     126  p)
    124127
    125128(defun scalar-times-poly (ring c p)
Note: See TracChangeset for help on using the changeset viewer.