1 unstable release

0.1.0 Feb 17, 2023

#1138 in Math

MIT license

57KB
1.5K SLoC

ndvec

Provides low-dimension fix-sized physical vector.


lib.rs:

ndvec

Simple low-dimensional vectors.

Supports numerical operators, even with references.

This crate intentionally does not support operators for element-wise product and so on.

Feature Flags

  • serde: activates serialization of Vec2D, Vec3D etc.
  • serde_arrays: needed to serialize/deserialize VecND

Dependencies

~98–335KB