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 3036


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3032 r3036  
    259259        other
    260260      (setf dimension1 (+ dimension1 dimension2)
    261             exponents1 (concatenate 'vector exponents2 exponents1)))))
     261            exponents1 (concatenate 'vector exponents2 exponents1))))
     262  self)
    262263
    263264(defmethod right-tensor-product-by ((self monom) (other monom))
     
    267268        other
    268269      (setf dimension1 (+ dimension1 dimension2)
    269             exponents1 (concatenate 'vector exponents1 exponents2)))))
     270            exponents1 (concatenate 'vector exponents1 exponents2))))
     271  self)
    270272
    271273(defmethod left-contract ((m monom) k)
Note: See TracChangeset for help on using the changeset viewer.