Skip to content

Releases: siliconlad/ferrix

v0.1.0

16 Sep 15:25
a170532
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • Add Vector, RowVector, and Matrix types
  • Add views for Vector, RowVector and Matrix types
  • Add matrix operations (+, -, *)
  • Add matrix-scalar operations (+, +=, -, -=, *, *=, /, /=)
  • Add dot product operation (dot)
  • Add rotating donut example (examples/donut.rs)
  • Add benchmarks for matrix operations (benches)
  • Add tests (tests)

Full Changelog: https://github.com/siliconlad/ferrix/commits/v0.1.0