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 1590


Ignore:
Timestamp:
2015-06-12T16:31:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1588 r1590  
    221221the ideal generated by F which do not identically vanish on the
    222222variety of G."
     223  (declare (type ring-and-order ring-and-order))
    223224  (mapcar
    224225   #'(lambda (q) (poly-contract q k))
     
    237238successive applications of IDEAL-SATURATION to F and lists of
    238239polynomials in the list IDEAL-LIST."
     240  (declare (type ring-and-order ring-and-order))
    239241  (cond
    240242    ((endp ideal-list) f)
Note: See TracChangeset for help on using the changeset viewer.