LLA
“Lisp Linear Algebra”, LLA for short, provides convenient and fast matrix operations by binding to LAPACK. Operations are idiomatic lisp. The design enables back end libraries other than LAPACK, but at the moment only LAPACK is supported. Tested with OpenBLAS, previously known to work with atlas, though any compliant BLAS/LAPACK library should work.

Homepage: GitHub
Documentation: LLA

License: MS-PL