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 1375


Ignore:
Timestamp:
2015-06-11T22:59:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner-wrap.lisp

    r1374 r1375  
    4848
    4949(defun grobner (ring-and-order f &optional (start 0) (top-reduction-only nil))
     50  "Compute the Groebner basis of an ideal generated by F. Optionally,
     51assume that first START elements are already a grobner basis.
     52If TOP-REDUCTION-ONLY is T then perform top reduction only, i.e.
     53do not carry out division beyond the leading term."
    5054  (declare (type ring-and-order ring-and-order))
    5155  ;;(setf F (sort F #'< :key #'sugar))
Note: See TracChangeset for help on using the changeset viewer.