nalgebra 0.16.13

Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
all:
	cargo test --features "debug arbitrary serde-serialize abomonation-serialize"
	# cargo check --features "debug arbitrary serde-serialize"

doc:
	cargo doc --no-deps --features "debug arbitrary serde-serialize abomonation"

bench:
	cargo bench

test:
	cargo test --features "debug arbitrary serde-serialize abomonation-serialize"