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 763


Ignore:
Timestamp:
2015-06-08T21:37:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r762 r763  
    7878                                        (initial-exponent  #() initial-exponent-supplied-p)
    7979                                        (exponents (cond
    80                                                      ;; When exponents are supplied
     80                                                     ;; when exponents are supplied
    8181                                                     (initial-exponents-supplied-p
    8282                                                      (make-array (list dimension) :initial-contents initial-exponents
    8383                                                                  :element-type 'exponent))
    84                                                      ;; When all exponents are to be identical
     84                                                     ;; when all exponents are to be identical
    8585                                                     (initial-exponent-supplied-p
    8686                                                      (make-array (list dimension) :initial-element initial-exponent
    8787                                                                  :element-type 'exponent))
    88                                                      ;; Otherwise, all exponents are zero
     88                                                     ;; otherwise, all exponents are zero
    8989                                                     (t (make-array (list dimension) :element-type 'exponent :initial-element 0)))))))
    9090  (exponents nil :type (vector exponent *)))
Note: See TracChangeset for help on using the changeset viewer.