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