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 459


Ignore:
Timestamp:
2015-06-06T20:22:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r192 r459  
    2020;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2121
    22 (in-package :ngrobner)
     22(defpackage "DIVISION"
     23  (:use :cl :ring :monom :polynomial)
     24  (:export "POLY-PSEUDO-DIVIDE"
     25           "POLY-EXACT-DIVIDE"
     26           "NORMAL-FORM"
     27           "POLY-NORMALIZE"
     28           ))
    2329
    2430;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.