- Timestamp:
- 2015-06-23T09:59:09-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3306 r3316 46 46 (defmethod print-object ((self term) stream) 47 47 (print-unreadable-object (self stream :type t :identity t) 48 (with-accessors ((dimension monom-dimension) 49 (exponents monom-exponents) 48 (with-accessors ((exponents monom-exponents) 50 49 (coeff scalar-coeff)) 51 50 self 52 (format stream " DIMENSION=~AEXPONENTS=~A COEFF=~A"51 (format stream "EXPONENTS=~A COEFF=~A" 53 52 dimension exponents coeff)))) 54 53
Note:
See TracChangeset
for help on using the changeset viewer.