Updated testsuite with an expected GCL error in to_poly_share
[maxima.git] / share / linearalgebra / load-linearalgebra-lisp-files.lisp
blobef4291799d83a406fef46e717c2d59cdb8c184c8
1 ;; Load all Lisp files within WITH-COMPILATION-UNIT macro.
2 ;; This quiets the undefined function warnings from SBCL
3 ;; which are otherwise very voluminous (and this construct
4 ;; is accepted by other CL implementations).
6 (with-compilation-unit nil
7 ($load "mring")
8 ($load "lu")
9 ($load "linalgcholesky")
10 ($load "eigens-by-jacobi")
11 ($load "linalg-extra")
12 ($load "matrixexp")
13 ($load "linalg-utilities"))