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 1392


Ignore:
Timestamp:
2015-06-11T23:11:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1391 r1392  
    168168
    169169;; Calculate F : p^inf
    170 (defun ideal-saturation-1 (ring-and-order f p start &optional (top-reduction-only $poly_top_reduction_only))
     170(defun ideal-saturation-1 (ring-and-order f p start
     171                           &optional
     172                             (top-reduction-only $poly_top_reduction_only))
    171173  "Returns the reduced Grobner basis of the saturation of the ideal
    172174generated by a polynomial list F in the ideal generated by a single
     
    176178of polynomials in the ideal generated by F which do not identically
    177179vanish on the variety of P."
     180  (declare (type ring-and-order ring-and-order))
    178181  (mapcar
    179182   #'poly-contract
Note: See TracChangeset for help on using the changeset viewer.