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 3581


Ignore:
Timestamp:
2015-09-05T17:03:27-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3580 r3581  
    527527  (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other))))
    528528
    529 (defmethod term-left-tensor-product-by :before ((self term) (other term))
     529(defmethod left-tensor-product-by :before ((self term) (other term))
    530530  (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other))))
    531531
    532 (defmethod term-right-tensor-product-by :before ((self term) (other term))
     532(defmethod right-tensor-product-by :before ((self term) (other term))
    533533  (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other))))
    534534
Note: See TracChangeset for help on using the changeset viewer.