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 2697


Ignore:
Timestamp:
2015-06-20T16:33:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2696 r2697  
    3232
    3333(defclass poly ()
    34   ((termlist :initarg :termlist :accessor poly-termlist)
    35    (order :initarg :order :accessor poly-term-order))
     34  ((termlist :initarg :termlist :accessor poly-termlist
     35             :documentation "List of terms.")
     36   (order :initarg :order :accessor poly-term-order
     37          :documentation "Monomial/term order."))
    3638  (:default-initargs :termlist nil :order #'lex>)
    3739  (:documentation "A polynomial with a list of terms TERMLIST, ordered
Note: See TracChangeset for help on using the changeset viewer.