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 3021


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3020 r3021  
    269269            exponents1 (concatenate 'vector exponents1 exponents2)))))
    270270
    271 (defmethod r-contract ((m monom) k)
     271(defmethod left-contract ((m monom) k)
    272272  "Drop the first K variables in monomial M."
    273273  (declare (fixnum k))
Note: See TracChangeset for help on using the changeset viewer.