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 880


Ignore:
Timestamp:
2015-06-09T11:57:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r879 r880  
    7070  "Type of exponent in a monomial."
    7171  'fixnum)
     72
     73(deftype monom (&optional dim)
     74  "Type of monomial."
     75  `(simple-array exponent (,dim)))
    7276
    7377(defun make-monom (&key
Note: See TracChangeset for help on using the changeset viewer.