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 3300


Ignore:
Timestamp:
2015-06-23T09:17:19-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3299 r3300  
    6969              dimension exponents))))
    7070
    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.
    7273;;
    7374;; (MAKE-INSTANCE :EXPONENTS '(1 2 3))      --> #<MONOM DIMENSION=3 EXPONENTS=#(1 2 3)>
Note: See TracChangeset for help on using the changeset viewer.