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 157


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

* empty log message *

File:
1 edited

Legend:

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

    r155 r157  
    3939($load "functs")
    4040
    41 (require 'asdf)
    42 (asdf:load-system :grobner)
     41#+gcl (unless (macro-function 'with-compilation-unit)
     42               (defmacro with-compilation-unit (a &rest b) `(progn ,@b)))
     43
     44(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"))
    4353
    4454;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.