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 158


Ignore:
Timestamp:
2015-06-05T13:27:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r157 r158  
    4343
    4444(with-compilation-unit nil
    45     ($load "polynomialp")
    46     ($load "mring")
    47     ($load "lu")
    48     ($load "linalgcholesky")
    49     ($load "eigens-by-jacobi")
    50     ($load "linalg-extra")
    51     ($load "matrixexp")
    52     ($load "linalg-utilities"))
     45  ($load "grobner")
     46  ($load "monomial")
     47  ($load "term")
     48  ($load "termlist")
     49  ($load "polynomial")
     50  ($load "order")
     51  ($load "order-mk")
     52  ($load "priority-queue")
     53  ($load "pair-queue")
     54  ($load "utils")
     55  ($load "division")
     56  ($load "criterion")
     57  ($load "buchberger")
     58  ($load "gebauer-moeller")
     59  ($load "gb-postprocessing")
     60  ($load "ideal"))
     61
    5362
    5463;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.