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 1601


Ignore:
Timestamp:
2015-06-14T11:31:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r1600 r1601  
    9898                              (t
    9999                               (make-array (list dim) :element-type 'exponent :initial-element 0)))))
    100 
    101100  "A constructor (factory) of monomials. If DIMENSION is given, a sequence of
    102101DIMENSION elements of type EXPONENT is constructed, where individual
     
    104103Alternatively, all elements may be specified as a list
    105104INITIAL-EXPONENTS."
    106 
    107105 monom)
    108106
Note: See TracChangeset for help on using the changeset viewer.