Changeset 2229 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T11:12:28-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2228 r2229 71 71 (defmethod make-instance ((self monom) 72 72 &rest args 73 &key 74 (dimension nil dimension-suppied-p) 75 (exponents nil exponents-supplied-p) 76 (exponent nil exponent-supplied-p) 77 &allow-other-keys 78 ) 73 &key &allow-other-keys) 79 74 "A constructor (factory) of monomials. If DIMENSION is given, a 80 75 sequence of DIMENSION elements of type EXPONENT is constructed, where
Note:
See TracChangeset
for help on using the changeset viewer.