- Timestamp:
- 2015-06-22T19:20:20-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3196 r3213 56 56 (exponents :initarg :exponents :accessor monom-exponents 57 57 :documentation "The powers of the variables.")) 58 (: default-initargs :dimension nil :exponents nil:exponent nil)58 (:extra-initargs :exponent nil) 59 59 (:documentation 60 60 "Implements a monomial, i.e. a product of powers
Note:
See TracChangeset
for help on using the changeset viewer.