#linear-algebra #square-matrix #high #performance #accessible

bin+lib linalgo

Accessible and performant linear algebra library

1 unstable release

0.1.0 Mar 26, 2024

#719 in Math

Download history 45/week @ 2024-03-20 54/week @ 2024-03-27 17/week @ 2024-04-03

116 downloads per month

MIT license

6KB
55 lines

linalgo

High performance linear algebra library for rust


lib.rs:

Square Matrix

square_matrix is a simple library I am building to learn rust. It implements all of the typical operations on square matrices, like addition, multiplication, determinants, etc.

No runtime deps