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

bin+lib linalgo

Accessible and performant linear algebra library

1 unstable release

0.1.0 Mar 26, 2024

#1030 in Math

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