Skip to content

bld/bld-linalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bld-linalg

Basic linear algebra functions for Common Lisp

Why?

Because I only needed a few simple operations and didn't want the overhead of a full linear algebra library.

What's included?

  • Treats 2D arrays as matrices

  • Overloaded arithmetic functions (using BLD-GEN) to implement addition, subtraction, and multiplication of matrices

  • Basic matrix processing like identity, diagonal, column & row vectors, sub-matrices, and matrix mapping

  • Frobenius norm

  • Jacobi method

  • LU decomposition

About

linear algebra in Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published