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 4359


Ignore:
Timestamp:
2016-06-06T18:06:23-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4353 r4359  
    575575  (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other))))
    576576
    577 
    578577(defmethod left-tensor-product-by :before ((self term) (other term))
    579578  (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other))))
Note: See TracChangeset for help on using the changeset viewer.