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 395


Ignore:
Timestamp:
2015-06-06T18:57:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r394 r395  
    2121
    2222(defpackage "MONOMIAL"
    23   (:use :cl))
     23  (:use :cl)
     24  (:export "MAKE-MONOM" "MONOM-ELT"
     25           "MONOM-DIMENSION" "MONOM-TOTAL-DEGREE"
     26           "MONOM-SUGAR" "MONOM-DIV"
     27           "MONOM-MUL" "MONOM-DIVIDES-P"
     28           "MONOM-DIVIDES-MONOM-LCM-P"
     29           "MONOM-LCM-DIVIDES-MONOM-LCM-P"
     30           "MONOM-DIVISIBLE-BY-P"
     31           "MONOM-REL-PRIME-P"
     32           "MONOM-EQUAL-P"
     33           "MONOM-LCM"
     34           "MONOM-GCD"
     35           "MONOM-MAP"
     36           "MONOM-APPEND"
     37           "MONOM-CONTRACT"
     38           "MONOM-EXPONENTS"))
    2439
    2540;;----------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.