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 3054


Ignore:
Timestamp:
2015-06-21T17:30:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3040 r3054  
    5252
    5353(defclass monom ()
    54   ((dimension          :initarg :dimension :accessor monom-dimension)
    55    (exponents :initarg :exponents :accessor monom-exponents))
     54  ((dimension :initarg :dimension :accessor monom-dimension
     55              :documentation "The number of variables.")
     56   (exponents :initarg :exponents :accessor monom-exponents
     57              :documentation "The powers of the variables."))
    5658  (:default-initargs :dimension nil :exponents nil :exponent nil)
    5759  (:documentation
Note: See TracChangeset for help on using the changeset viewer.