https://github.com/njdevpro/rmatrix
A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.
https://github.com/njdevpro/rmatrix
linear-algebra lu-decomposition matrix matrix-factorization matrix-functions rust
Last synced: 10 months ago
JSON representation
A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.
- Host: GitHub
- URL: https://github.com/njdevpro/rmatrix
- Owner: NJdevPro
- License: mit
- Created: 2020-10-12T16:24:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T09:09:01.000Z (over 1 year ago)
- Last Synced: 2025-01-01T22:11:47.637Z (12 months ago)
- Topics: linear-algebra, lu-decomposition, matrix, matrix-factorization, matrix-functions, rust
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rmatrix
A simple matrix library written in Rust.
Includes summation, dot product, LU decomposition, matrix inversion, Ax=B equation solving, determinant, eigenvalue/eigenvector.
This is a simple exercise to learn the language and have fun with numerical algorithms. Useful for education purpose.
Published under MIT license