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 3242


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3241 r3242  
    3838
    3939(defclass poly ()
    40   ((termlist :initarg :termlist :accessor poly-termlist
     40  ((dimension :initarg :dimension :accessor poly-dimension
     41              :documentation "Shared dimension of all terms, the number of variables")
     42   (termlist :initarg :termlist :accessor poly-termlist
    4143             :documentation "List of terms.")
    4244   (order :initarg :order :accessor poly-term-order
Note: See TracChangeset for help on using the changeset viewer.