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 721


Ignore:
Timestamp:
2015-06-08T19:34:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r720 r721  
    7474  (dim 0 :type fixnum)
    7575  (exponents (make-array 0) :type (simple-vector *))
    76   (:constructor make-monom (dim &key
    77                                 (initial-contents nil initial-contents-supplied-p)
    78                                 (initial-element  0 initial-element-supplied-p)
    79                                 )
    80                 )
    81   )
    82                
    83 ;;                        ,@(when initial-contents-supplied-p `(:initial-contents ,initial-contents))
    84 ;;                        ,@(when initial-element-supplied-p `(:initial-element ,initial-element)))))
    85 
     76  (:constructor make-monom (dim &optional exponents)))
    8677
    8778#|
Note: See TracChangeset for help on using the changeset viewer.