- Timestamp:
- 2015-06-18T10:49:07-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2217 r2218 97 97 (make-array (list dimension) :element-type 'exponent :initial-element 0))))) 98 98 |# 99 (call-next-method ))99 (call-next-method :dimension dimension :exponents exponents)) 100 100 101 101 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; … … 268 268 269 269 (defun make-monom-variable (nvars pos &optional (power 1) 270 &aux (m (make-instance :dimension nvars)))270 &aux (m (make-instance 'monom :dimension nvars))) 271 271 "Construct a monomial in the polynomial ring 272 272 RING[X[0],X[1],X[2],...X[NVARS-1]] over the (unspecified) ring RING
Note:
See TracChangeset
for help on using the changeset viewer.