- Timestamp:
- 2015-06-21T16:23:58-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3024 r3025 100 100 (:documentation "Multiplies ring elements.")) 101 101 102 (defgeneric left-tensor-product by (self other)102 (defgeneric left-tensor-product-by (self other) 103 103 (:documentation "Takes a tensor product of SELF with OTHER, where 104 104 OTHER is the left factor.")) 105 105 106 (defgeneric right-tensor-product by (self other)106 (defgeneric right-tensor-product-by (self other) 107 107 (:documentation "Takes a tensor product of SELF with OTHER, where 108 108 OTHER is the right factor."))
Note:
See TracChangeset
for help on using the changeset viewer.