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 2484


Ignore:
Timestamp:
2015-06-19T11:10:04-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2482 r2484  
    144144(defgeneric multiply-by (self other)
    145145  (:method (self other) (r* self other)))
     146
     147(defgeneric add-to (self other)
     148  (:method (self other) (r+ self other)))
     149
     150(defgeneric subtract-from (self other)
     151  (:method (self other) (r- self other)))
     152
     153(defmethod unary-uminus (self))
     154
Note: See TracChangeset for help on using the changeset viewer.