Go to file
Brendan Zabarauskas e131af6509 Add AUTHORS.txt
2013-04-01 07:48:39 +11:00
src Create zip macros for automating repetitive code 2013-04-01 07:35:09 +11:00
.gitignore Ignore dSYM packages 2012-11-07 11:11:22 +10:00
AUTHORS.txt Add AUTHORS.txt 2013-04-01 07:48:39 +11:00
LICENSE.txt Add Apache 2.0 License 2012-11-01 11:59:21 +10:00
Makefile Add rustpkg support 2013-03-30 09:54:05 +11:00
pkg.rs Add rustpkg support 2013-03-30 09:54:05 +11:00
README.md Readme edits 2012-12-19 23:13:01 +10:00

Lmath-rs

Lmath is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request.

Installation

$ cargo install lmath

Dependencies

numeric-rs (can be installed via $ cargo install numeric)

~B☼