Changeset 3106 for branches/f4grobner
- Timestamp:
- 2015-06-21T23:45:30-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3105 r3106 326 326 polynomial. Subsequently, P1, P2, ..., PK are destructively modified 327 327 tantamount to replacing PI with UI*PI-1. It assumes that all 328 polynomials have the same dimension." 328 polynomials have the same dimension, and only the first polynomial 329 is examined to determine this dimension." 329 330 ;; Implementation note: we use STANDARD-EXTENSION and then subtract 330 331 ;; 1 from each polynomial; since UI*PI has no constant term,
Note:
See TracChangeset
for help on using the changeset viewer.