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 2199


Ignore:
Timestamp:
2015-06-18T09:12:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2198 r2199  
    8686                                  (t
    8787                                   (make-array (list dimension) :element-type 'exponent :initial-element 0)))))
    88   "A constructor (factory) of monomials. If DIMENSION is given, a sequence of
    89 DIMENSION elements of type EXPONENT is constructed, where individual
    90 elements are the value of INITIAL-EXPONENT, which defaults to 0.
    91 Alternatively, all elements may be specified as a list
     88  "A constructor (factory) of monomials. If DIMENSION is given, a
     89sequence of DIMENSION elements of type EXPONENT is constructed, where
     90individual elements are the value of INITIAL-EXPONENT, which defaults
     91to 0.  Alternatively, all elements may be specified as a list
    9292INITIAL-EXPONENTS."
    9393  (make-instance 'monom :dimension dimension :exponents exponents))
Note: See TracChangeset for help on using the changeset viewer.