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 3697


Ignore:
Timestamp:
2015-09-06T06:44:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3696 r3697  
    467467  (scalar-divide-by object (poly-content object)))
    468468
     469(defun poly-add-variables (self k)
     470  (left-tensor-product-by self (make-instance 'monom :dimension k)))
     471
    469472(defun saturation-extension (f plist
    470473                             &aux
Note: See TracChangeset for help on using the changeset viewer.