Changeset 1600 for branches/f4grobner
- Timestamp:
- 2015-06-14T11:31:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r1599 r1600 99 99 (make-array (list dim) :element-type 'exponent :initial-element 0))))) 100 100 101 "A constructor of monomials. If DIMENSION is given, a sequence of101 "A constructor (factory) of monomials. If DIMENSION is given, a sequence of 102 102 DIMENSION elements of type EXPONENT is constructed, where individual 103 103 elements are the value of INITIAL-EXPONENT, which defaults to 0.
Note:
See TracChangeset
for help on using the changeset viewer.