Changeset 1599 for branches/f4grobner
- Timestamp:
- 2015-06-14T11:30:41-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r1201 r1599 98 98 (t 99 99 (make-array (list dim) :element-type 'exponent :initial-element 0))))) 100 "A constructor of monomials. If DIMENSION is given, a sequence of DIMENSION elements of type EXPONENT is constructed, 101 where individual elements are the value of INITIAL-EXPONENT, which 102 defaults to 0. Alternatively, all elements may be specified as a list 103 INITIAL-EXPONENTS." 100 101 "A constructor of monomials. If DIMENSION is given, a sequence of 102 DIMENSION elements of type EXPONENT is constructed, where individual 103 elements are the value of INITIAL-EXPONENT, which defaults to 0. 104 Alternatively, all elements may be specified as a list 105 INITIAL-EXPONENTS." 106 104 107 monom) 105 108
Note:
See TracChangeset
for help on using the changeset viewer.