Rename library to lmath

Yes, I still can't decide! I think this will be the last time though.
This commit is contained in:
Brendan Zabarauskas 2012-11-02 09:14:07 +10:00
parent c001329e14
commit aa304bedae
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
TARGET = lm
TARGET = lmath
ROOT_DIR = .

View file

@ -1,6 +1,6 @@
# lm-rs
# Lmath-rs
lm-rs 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.
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.
## Todo:

View file

@ -1,4 +1,4 @@
#[link(name = "lm",
#[link(name = "lmath",
vers = "0.1",
author = "Brendan Zabarauskas",
url = "https://github.com/bjz/llama-rs")];