GitHub

Lisp Linear Algebra — a linear algebra library for Common Lisp

Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

This library is unsupported by me. A fork is maintained at https://github.com/Lisp-Stat/lla.

About

LLA is a high-level Common Lisp library built on on BLAS and LAPACK, but providing a much more abstract interface with the purpose of freeing the user from low-level concerns and reducing the number of bugs in numerical code.

Documentation is mostly in docstrings at the moment, but I plan to write a decent tutorial at some point. In the meantime, please look at the unit tests.

Objectives

  • High-level, user friendly interface that hides the details.

    (solve a b) should return

Read the original on github.com ↗