Changeset 3312 for branches/f4grobner
- Timestamp:
- 2015-06-23T09:45:18-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3311 r3312 52 52 53 53 (defclass monom () 54 ((dimension :initarg :dimension :accessor monom-dimension 55 :documentation "The number of variables.") 56 (exponents :initarg :exponents :accessor monom-exponents 54 ((exponents :initarg :exponents :accessor monom-exponents 57 55 :documentation "The powers of the variables.")) 58 56 ;; default-initargs are not needed, they are handled by SHARED-INITIALIZE
Note:
See TracChangeset
for help on using the changeset viewer.