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 3025


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3024 r3025  
    100100  (:documentation "Multiplies ring elements."))
    101101
    102 (defgeneric left-tensor-productby (self other)
     102(defgeneric left-tensor-product-by (self other)
    103103  (:documentation "Takes a tensor product of SELF with OTHER, where
    104104OTHER is the left factor."))
    105105
    106 (defgeneric right-tensor-productby (self other)
     106(defgeneric right-tensor-product-by (self other)
    107107  (:documentation "Takes a tensor product of SELF with OTHER, where
    108108OTHER is the right factor."))
Note: See TracChangeset for help on using the changeset viewer.