Lisp an efficient linear algebra library

Does anyone know of an efficient and reliable linear algebra library for lisp? I searched a bit but was not happy with what I found. I need to do matrix operations to design intelligent algorithms. I've been using octave / matalab for a while now and I'm wondering if it's worth taking a lisp shot. Do you think lisp is inappropriate for matrix operations? Thanks, Luca

+3


source to share


1 answer


Take a look at cl-blapack available in Quicklisp, which has FFI bindings for LAPACK and BLAS C wrappers.



+2


source







All Articles