nalgebra 0.11.2

Linear algebra library with transformations and satically-sized or dynamically-sized matrices.
Documentation
all:
	CARGO_INCREMENTAL=1 cargo build --features "arbitrary serde-serialize"

doc:
	CARGO_INCREMENTAL=1 cargo doc --no-deps --features "arbitrary serde-serialize"

bench:
	cargo bench

test:
	CARGO_INCREMENTAL=1 cargo test --features "arbitrary serde-serialize"