N-dimensional matrix class for Rust
-
Updated
May 2, 2021 - Rust
N-dimensional matrix class for Rust
🧮 alphatensor matrix breakthrough algorithms + simd + rust.
Cayley hashing as in "Navigating in the Cayley Graph of SL₂(𝔽ₚ)"
General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
M4RI Rust bindings
Algorithms for the Maximum Subarray Problem Based on Matrix Multiplication With python and rust
A linear algebra and matrix library written in pure Rust.
Rust math crate with generics and SIMD
Rust wgpu Tensor AI library
A simple library for 2-dimensional matrices.
Matrix-matrix multiplication implementations benchmarking
Benchmark of different matrix multiplication algorithms, both sequential and parallel, using Rust
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)
A program to visualise and interact with matrices
Matrix math in Rust
Add a description, image, and links to the matrix-multiplication topic page so that developers can more easily learn about it.
To associate your repository with the matrix-multiplication topic, visit your repo's landing page and select "manage topics."