Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 330 Bytes

File metadata and controls

8 lines (5 loc) · 330 Bytes

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