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 3539


Ignore:
Timestamp:
2015-09-05T16:13:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3538 r3539  
    503503  (setf (term-coeff self) (universal-multiply-by (term-coeff self) (scalar-coeff other))))
    504504
    505 (defmethod monom-left-tensor-product-by ((self term) (other term))
    506   (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other)))
     505(defmethod term-left-tensor-product-by ((self term) (other term))
     506  (setf (term-coeff self) (universal-multiply-by (term-coeff self) (term-coeff other)))
    507507  (call-next-method))
    508508
Note: See TracChangeset for help on using the changeset viewer.