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 3047


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

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