Thanks to visit codestin.com
Credit goes to lib.rs

#abstract-algebra #matrix #linear #flat-map

matrix_kit

An abstract linear algebra library for Rust

44 releases

0.2.34 May 16, 2025
0.2.14 Apr 8, 2025
0.2.7 Mar 6, 2025
0.2.2 Dec 25, 2024
0.1.9 Jun 12, 2024

#2661 in Algorithms

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

3,343 downloads per month
Used in 4 crates (3 directly)

GPL-3.0-or-later

26KB
630 lines

matrix_kit: An abstract linear algebra library for Rust

Things to do:

  • move SVD stuff from mlkit to here
  • re-implement matrix appending to be simpler for all version
  • Can't actually initialize empty matrices for non-ring types, e.g. can't just have Matrix::::new(4, 4), this has un-initialized flatmap.

Dependencies

~1.5MB
~33K SLoC