linal

Crates.iolinal
lib.rslinal
version0.2.5
sourcesrc
created_at2016-03-24 08:10:02.363907
updated_at2020-12-06 13:51:42.641129
descriptiontiny linear algebra library without dependencies
homepage
repositoryhttps://github.com/pinecrew/linal
max_upload_size
id4544
size26,676
Alexey Golubev (FreeCX)

documentation

README

linal

Rust linal at crates.io

| Documentation | Examples |

linear algebra library for Rust

Usage

Add linal to your Cargo.toml, for example:

[dependencies]
linal = "0.2"

Or use the latest version from this repo:

[dependencies]
linal = { git = "https://github.com/pinecrew/linal" }
Commit count: 71

cargo fmt