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
9 ($load
"linalgcholesky")
10 ($load
"eigens-by-jacobi")
11 ($load
"linalg-extra")
13 ($load
"linalg-utilities"))