Changeset 3655 for branches/f4grobner
- Timestamp:
- 2015-09-05T21:20:28-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3654 r3655 47 47 "STANDARD-SUM" 48 48 "SATURATION-EXTENSION" 49 "ALIST->POLY") 49 "ALIST->POLY" 50 "UNIVERSAL-EZGCD" 51 "S-POLYNOMIAL") 50 52 (:documentation "Implements polynomials. A polynomial is essentially 51 53 a mapping of monomials of the same degree to coefficients. The … … 402 404 ) 403 405 404 (defgeneric s poly(object1 object2)406 (defgeneric s-polynomial (object1 object2) 405 407 (:documentation "Yields the S-polynomial of OBJECT1 and OBJECT2.") 406 408 (:method ((f poly) (g poly))
Note:
See TracChangeset
for help on using the changeset viewer.