close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2523


Ignore:
Timestamp:
2015-06-19T13:26:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2512 r2523  
    1919;;;                                                                             
    2020;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    21 
    22 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    23 ;;
    24 ;; coefficient ring operations
    25 ;;
    26 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    27 ;;
    28 ;; these are all operations that are performed on the coefficients by
    29 ;; the package, and thus the coefficient ring can be changed by merely
    30 ;; redefining these operations.
    31 ;;
    32 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    3321
    3422(defpackage "RING"
     
    7159           "SCALAR"
    7260           "INSERT-ITEM"
    73            "APPEND-ITEM"
    74 ))
     61           "APPEND-ITEM")
     62  (:documentation
     63   "Implements ring operations.  These are all operations that are
     64performed on the coefficients by the package, and thus the coefficient
     65ring can be changed by merely redefining these operations."))
    7566
    7667(in-package :ring)
Note: See TracChangeset for help on using the changeset viewer.