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 3253


Ignore:
Timestamp:
2015-06-22T20:39:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3252 r3253  
    3838
    3939(defclass poly ()
    40   ((dimension :initform 0
     40  ((dimension :initform nil
    4141              :initarg :dimension
    4242              :accessor poly-dimension
     
    4646   (order :initform #'lex> :initarg :order :accessor poly-term-order
    4747          :documentation "Monomial/term order."))
    48   (:default-initargs :dimension 0 :termlist nil :order nil)
     48  (:default-initargs :dimension nil :termlist nil :order nil)
    4949  (:documentation "A polynomial with a list of terms TERMLIST, ordered
    5050according to term order ORDER, which defaults to LEX>."))
Note: See TracChangeset for help on using the changeset viewer.