- Timestamp:
- 2015-06-19T13:26:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2512 r2523 19 19 ;;; 20 20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 21 22 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23 ;;24 ;; coefficient ring operations25 ;;26 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27 ;;28 ;; these are all operations that are performed on the coefficients by29 ;; the package, and thus the coefficient ring can be changed by merely30 ;; redefining these operations.31 ;;32 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33 21 34 22 (defpackage "RING" … … 71 59 "SCALAR" 72 60 "INSERT-ITEM" 73 "APPEND-ITEM" 74 )) 61 "APPEND-ITEM") 62 (:documentation 63 "Implements ring operations. These are all operations that are 64 performed on the coefficients by the package, and thus the coefficient 65 ring can be changed by merely redefining these operations.")) 75 66 76 67 (in-package :ring)
Note:
See TracChangeset
for help on using the changeset viewer.