Changeset 3212 for branches/f4grobner
- Timestamp:
- 2015-06-22T19:01:15-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3211 r3212 48 48 (print-unreadable-object (self stream :type t :identity t) 49 49 (format stream "DIMENSION=~A EXPONENTS=~A COEFF=~A" 50 (slot-value self 'dimension) 51 (slot-value self 'exponents) 52 (slot-value self 'coeff)))) 53 54 50 (monom-dimension self) 51 (monom-exponents self) 52 (scalar-coeff self)))) 55 53 56 54
Note:
See TracChangeset
for help on using the changeset viewer.