- Timestamp:
- 2015-06-10T19:29:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1146 r1155 407 407 MONOM[I] is a list of exponents in the monomial and COEFF[I] is the 408 408 corresponding coefficient in the ring." 409 (mapcar term->cons (poly-termlist p))) 409 (declare (type poly p)) 410 (mapcar #'term->cons (poly-termlist p))) 410 411 411 412 (defun string->alist (str vars)
Note:
See TracChangeset
for help on using the changeset viewer.