Rename library to lmath
Yes, I still can't decide! I think this will be the last time though.
This commit is contained in:
parent
c001329e14
commit
aa304bedae
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TARGET = lm
|
||||
TARGET = lmath
|
||||
|
||||
ROOT_DIR = .
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#[link(name = "lm",
|
||||
#[link(name = "lmath",
|
||||
vers = "0.1",
|
||||
author = "Brendan Zabarauskas",
|
||||
url = "https://github.com/bjz/llama-rs")];
|
Loading…
Reference in a new issue