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 3046


Ignore:
Timestamp:
2015-06-21T16:59:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3045 r3046  
    255255  (setf (poly-termlist self)
    256256        (mapcan #'(lambda (term)
    257                     (let ((prod (left-tensor-product-by other) term))
     257                    (let ((prod (left-tensor-product-by term other-term)))
    258258                      (cond
    259259                        ((r-zerop prod) nil)
     
    265265  (setf (poly-termlist self)
    266266        (mapcan #'(lambda (term)
    267                     (let ((prod (right-tensor-product-by other) term))
     267                    (let ((prod (right-tensor-product-by term other)))
    268268                      (cond
    269269                        ((r-zerop prod) nil)
Note: See TracChangeset for help on using the changeset viewer.