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 4332


Ignore:
Timestamp:
2016-06-05T19:06:21-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
Location:
branches/f4grobner
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4331 r4332  
    245245  self)
    246246
     247#|
    247248(defmethod multiply-by ((self monom) (other poly))
    248249  "Multiply a monomial SELF by polynomial OTHER."
    249250  (multiply-by other self))
     251|#
    250252
    251253#|
  • branches/f4grobner/ring.lisp

    r4323 r4332  
    2121
    2222(defpackage "RING"
    23   (:use :cl)
     23  (:use :cl :copy)
    2424  (:export "RING"
    2525           "ADD-TO"
Note: See TracChangeset for help on using the changeset viewer.