Changeset 717 for branches/f4grobner
- Timestamp:
- 2015-06-08T18:55:06-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r716 r717 75 75 (exponents 76 76 :type (simple-array exponent (*)) 77 :initform `(make-array dim 78 :element-type 'exponent 79 ,@(when initial-contents-supplied-p `(:initial-contents ,initial-contents)) 80 ,@(when initial-element-supplied-p `(:initial-element ,initial-element))))) 77 :initform `(make-array dim :element-type 'exponent))) 78 79 ;; ,@(when initial-contents-supplied-p `(:initial-contents ,initial-contents)) 80 ;; ,@(when initial-element-supplied-p `(:initial-element ,initial-element))))) 81 82 83 #| 81 84 82 85 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; … … 178 181 (declare (type monom m)) 179 182 (coerce m 'list)) 183 |#
Note:
See TracChangeset
for help on using the changeset viewer.