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 2218


Ignore:
Timestamp:
2015-06-18T10:49:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2217 r2218  
    9797                           (make-array (list dimension) :element-type 'exponent :initial-element 0)))))
    9898  |#
    99   (call-next-method))
     99  (call-next-method :dimension dimension :exponents exponents))
    100100
    101101;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     
    268268
    269269(defun make-monom-variable (nvars pos &optional (power 1)
    270                             &aux (m (make-instance :dimension nvars)))
     270                            &aux (m (make-instance 'monom :dimension nvars)))
    271271  "Construct a monomial in the polynomial ring
    272272RING[X[0],X[1],X[2],...X[NVARS-1]] over the (unspecified) ring RING
Note: See TracChangeset for help on using the changeset viewer.