Changeset 2227 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T11:09:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2226 r2227 69 69 70 70 71 (defmethod make-instance :around((self monom)72 73 74 75 71 (defmethod make-instance ((self monom) 72 &key 73 (dimension nil dimension-suppied-p) 74 (exponents nil exponents-supplied-p) 75 (exponent nil exponent-supplied-p)) 76 76 "A constructor (factory) of monomials. If DIMENSION is given, a 77 77 sequence of DIMENSION elements of type EXPONENT is constructed, where
Note:
See TracChangeset
for help on using the changeset viewer.