#linear-algebra #linear #vector #algebra

linal

tiny linear algebra library without dependencies

5 releases

Uses old Rust 2015

0.2.5 Dec 6, 2020
0.2.4 Dec 6, 2020
0.2.3 Dec 6, 2020
0.2.0 Mar 27, 2016
0.1.0 Mar 24, 2016

#759 in Math

BSD-3-Clause

24KB
512 lines

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" }

lib.rs:

Small and simple library to work with 2D and 3D vectors

No runtime deps