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 3067


Ignore:
Timestamp:
2015-06-21T18:11:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3066 r3067  
    300300                                    (prog1 (make-monom-variable k i) (incf i))))
    301301        plist))
     302
     303(defmethod poly-dimension ((poly poly))
     304  (cond ((r-zerop poly) -1)
     305        (t (term-dimension (leading-term poly)))))
    302306
    303307(defun saturation-extension (plist
Note: See TracChangeset for help on using the changeset viewer.