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 1494


Ignore:
Timestamp:
2015-06-12T12:43:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1493 r1494  
    252252                                   (k (length plist))
    253253                                   (d (+ k (monom-dimension (poly-lm (car plist)))))
     254                                   ;; Add k variables to f
    254255                                   (f (poly-list-add-variables f k))
    255256                                   (plist (apply #'poly-append (poly-standard-extension plist))))
Note: See TracChangeset for help on using the changeset viewer.