Releases: siliconlad/ferrix
Releases · siliconlad/ferrix
v0.1.0
What's Changed
- Add
Vector
,RowVector
, andMatrix
types - Add views for
Vector
,RowVector
andMatrix
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