- Timestamp:
- 2015-06-23T09:17:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3299 r3300 69 69 dimension exponents)))) 70 70 71 ;; SHARED-INITIALIZE allows instance initialization in a style similar to MAKE-ARRAY, e.g. 71 ;; The following INITIALIZE-INSTANCE method allows instance 72 ;; initialization in a style similar to MAKE-ARRAY, e.g. 72 73 ;; 73 74 ;; (MAKE-INSTANCE :EXPONENTS '(1 2 3)) --> #<MONOM DIMENSION=3 EXPONENTS=#(1 2 3)>
Note:
See TracChangeset
for help on using the changeset viewer.