nalgebra 0.14.0

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"