Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
mention fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Feb 25, 2023
1 parent ded805d commit 4b2e37d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
@@ -1,6 +1,10 @@
# 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.](http://www.repostatus.org/badges/latest/unsupported.svg)](http://www.repostatus.org/#unsupported) This library is [**unsupported**](https://tpapp.github.io/post/orphaned-lisp-libraries/).
[![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.](http://www.repostatus.org/badges/latest/unsupported.svg)](http://www.repostatus.org/#unsupported)

This library is [**unsupported**](https://tpapp.github.io/post/orphaned-lisp-libraries/) 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](http://www.netlib.org/blas/) and [LAPACK](http://www.netlib.org/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.

Expand Down

0 comments on commit 4b2e37d

Please sign in to comment.