Changeset 2236 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T11:24:29-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2235 r2236 70 70 71 71 72 ;; This is good for tracing calls to MAKE-INSTANCE73 (defmethod make-instance :before ((class standard-class)74 &rest args75 &key &allow-other-keys)76 "A constructor (factory) of monomials. If DIMENSION is given, a77 sequence of DIMENSION elements of type EXPONENT is constructed, where78 individual elements are the value of EXPONENT, which defaults79 to 0. Alternatively, all elements may be specified as a list80 EXPONENTS."81 (format t "MAKE-INSTANCE called with args ~A).~%" args)82 (call-next-method))83 84 72 #| 85 73 (let ((new-dimension (cond (dimension-suppied-p dimension)
Note:
See TracChangeset
for help on using the changeset viewer.