SaaSHub helps you find the best software and product alternatives Learn more →
Top 18 Rust Linear Algebra Projects
-
Project mention: Geometric Algebra to Geometric Computing Software Developers | news.ycombinator.com | 2023-09-24
> Some GA libraries[1][2] define types for the different kind of objects (grades)
That's nice!
This reminds of me things like, linear algebra libraries that will type-check matrices so that a 2x2 matrix can't be added to a 2x3 matrix (but then you can have a dynamic matrix that will error only in runtime), like https://nalgebra.org/ and others.
-
Project mention: QwikTape: Do calculations, annotate like you would on a paper | news.ycombinator.com | 2023-02-11
I made a list of calculators like this which were shared here on HN over time https://gist.github.com/SMUsamaShah/6546011091d53380354484a3...
From these https://bbodi.github.io/notecalc3/ and https://notepadcalculator.com/ are the most programmer friendly (supporting <<, ^, binary, hex etc)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
Project mention: faer 0.14 release, a general purpose (dense/sparse) linear algebra library | /r/rust | 2023-10-26
-
-
For example, https://github.com/rust-ndarray/ndarray-linalg.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Yep, here you go: 1. Breakout game: https://github.com/RodionChachura/breakout-game, there's also a YouTube series I did a while back: https://youtu.be/eweZqMnIABQ 2. Snake game: https://github.com/RodionChachura/rust-js-snake-game, YouTube: https://youtu.be/XmfgMWVTe5Y
-
-
-
-
-
Project mention: Is Rust going to become a language for scientific computing and data analysis anytime soon? | /r/rust | 2023-04-28
I used this for a scientific project : https://github.com/cpmech/russell
-
-
-
-
matrix_math
A simple matrix math lib, it is intended to be used in my homebrew nn framework. It uses generic numeric types for all computations
-
Rmatrix
A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust Linear Algebra related posts
- Geometric Algebra to Geometric Computing Software Developers
- A tutorial quantum interpreter in 150 lines of Lisp
- Has anyone worked on a math library before?
- What tools or libraries are missing in rust?
- What crates are considered as de-facto standard?
- Science-related crates that I should have a look at?
- Hey Rustaceans! Got a question? Ask here! (31/2022)!
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa22a1b20>
www.saashub.com | 1 Dec 2023
Index
What are some of the best open-source Linear Algebra projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | nalgebra | 3,490 |
2 | notecalc3 | 1,132 |
3 | cgmath-rs | 1,069 |
4 | faer-rs | 1,024 |
5 | Peroxide | 418 |
6 | ndarray-linalg | 334 |
7 | rulinalg | 280 |
8 | rust-js-snake-game | 105 |
9 | lapack | 75 |
10 | blas | 72 |
11 | openblas-src | 61 |
12 | maths-rs | 48 |
13 | russell | 47 |
14 | rusterizer | 44 |
15 | slas | 34 |
16 | spaceform | 5 |
17 | matrix_math | 1 |
18 | Rmatrix | 1 |