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 3024


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3023 r3024  
    100100  (:documentation "Multiplies ring elements."))
    101101
    102 (defgeneric lef-tensor-productby (self other)
     102(defgeneric left-tensor-productby (self other)
    103103  (:documentation "Takes a tensor product of SELF with OTHER, where
    104104OTHER is the left factor."))
     105
     106(defgeneric right-tensor-productby (self other)
     107  (:documentation "Takes a tensor product of SELF with OTHER, where
     108OTHER is the right factor."))
    105109
    106110(defgeneric r/ (x y)
Note: See TracChangeset for help on using the changeset viewer.