Changeset 2954 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-21T14:12:18-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2953 r2954 115 115 self) 116 116 117 (defun copy-term (term) 118 (make-instance 'term 119 :dimension (monom-dimension term) 120 :exponents (copy-seq (monom-exponents term)) 121 :coeff (term-coeff term))) 122 117 123 (defmethod r* ((term1 term) (term2 term)) 118 124 "Non-destructively multiply TERM1 by TERM2."
Note:
See TracChangeset
for help on using the changeset viewer.