M4RI Rust bindings
-
Updated
Sep 26, 2023 - Rust
M4RI Rust bindings
Neural network and matrix library with parallized learning build from the ground up. Educational project.
no_std implementation of mathematical matrix types in Rust
A on-going crate that provides basic matrix manipulations and ports and python's scipy-sklearn's matrix decomposition to pure Rust
Traits providing utilities for matrix manipulation.
A simple library for 2-dimensional matrices.
It's quite funny how poorly implemented this is. Libraries that do these operations usually work in highly parallelized environments (sometimes entirely on the GPU). But the beauty of doing it manually is the learning curve. (Vec Vec double heap indirections are a crime against humanity)
Rust library for abstract matrices stored in single linear vectors
A simple heap matrix library that supports polynomial regression
Add a description, image, and links to the matrix-library topic page so that developers can more easily learn about it.
To associate your repository with the matrix-library topic, visit your repo's landing page and select "manage topics."