An open API service indexing awesome lists of open source software.

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.

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