Changeset 833 for branches/f4grobner
- Timestamp:
- 2015-06-09T08:23:24-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r765 r833 73 73 (defstruct (monom 74 74 ;; BOA constructor 75 (:constructor make-monom (dimension75 (:constructor construct-monom (dimension 76 76 &key 77 77 (initial-exponents #() initial-exponents-supplied-p)
Note:
See TracChangeset
for help on using the changeset viewer.