la 0.2.0

Linear algebra library for the Rust programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
num = "0.1"
rand = "0.3"

[lib]
crate-type = ["rlib", "dylib"]

[package]
authors = ["Sami Nopanen <snopanen@gmail.com>"]
description = "Linear algebra library for the Rust programming language."
documentation = "http://xasmx.github.io/rust-la/doc/la/index.html"
homepage = "https://github.com/xasmx/rust-la"
license = "Apache-2.0"
name = "la"
repository = "https://github.com/xasmx/rust-la"
version = "0.2.0"