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 407


Ignore:
Timestamp:
2015-06-06T19:10:49-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r406 r407  
    4040
    4141(defstruct (ring)
     42  "Defines a RING structure, whose fields
     43are common ring operations necessary to implement
     44Groebner bases."
    4245  (parse #'identity :type function)
    4346  (unit #'identity :type function)
Note: See TracChangeset for help on using the changeset viewer.