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 528


Ignore:
Timestamp:
2015-06-06T21:40:00-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r518 r528  
    2828(defpackage "IDEAL"
    2929  (:use :cl :ring :monomial :order :term :polynomial :division :grobner-wrap)
    30   (:export))
     30  (:export
     31     "RING-INTERSECTION"
     32     "ELIMINATION-IDEAL"
     33     "COLON-IDEAL"
     34     "COLON-IDEAL-1"
     35     "IDEAL-INTERSECTION"
     36     "POLY-LCM"
     37     "GROBNER-EQUAL"
     38     "GROBNER-SUBSETP"
     39     "GROBNER-MEMBER"
     40     "IDEAL-SATURATION-1"
     41     "IDEAL-POLYSATURATION-1"
     42     "IDEAL-POLYSATURATION"
     43   ))
    3144
    3245(in-package :ideal)
Note: See TracChangeset for help on using the changeset viewer.