nalgebra 0.14.2

Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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"