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 1600


Ignore:
Timestamp:
2015-06-14T11:31:00-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r1599 r1600  
    9999                               (make-array (list dim) :element-type 'exponent :initial-element 0)))))
    100100
    101   "A constructor of monomials. If DIMENSION is given, a sequence of
     101  "A constructor (factory) of monomials. If DIMENSION is given, a sequence of
    102102DIMENSION elements of type EXPONENT is constructed, where individual
    103103elements are the value of INITIAL-EXPONENT, which defaults to 0.
Note: See TracChangeset for help on using the changeset viewer.