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 2695


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2694 r2695  
    3434  ((termlist :initarg :termlist :accessor poly-termlist)
    3535   (order :initarg :order :accessor poly-term-order))
    36   (:default-initargs :termlist nil :order #'lex>))
     36  (:default-initargs :termlist nil :order #'lex>)
     37  (:documentation "A polynomial with a list of terms TERMLIST, ordered
     38according to term order ORDER."))
    3739
    3840(defmethod print-object ((self poly) stream)
Note: See TracChangeset for help on using the changeset viewer.