#spaces #vector #traits

vector-space

Useful traits for working with vector spaces

4 releases (2 breaking)

0.3.1 Dec 24, 2023
0.3.0 Jan 9, 2022
0.2.0 Nov 5, 2021
0.1.0 Apr 12, 2021

#1253 in Algorithms

Download history 7/week @ 2023-12-03 6/week @ 2023-12-10 19/week @ 2023-12-17 28/week @ 2023-12-24 17/week @ 2024-01-07 11/week @ 2024-01-14 1/week @ 2024-01-21 12/week @ 2024-02-04 17/week @ 2024-02-11 18/week @ 2024-02-18 44/week @ 2024-02-25 25/week @ 2024-03-03 26/week @ 2024-03-10 24/week @ 2024-03-17

119 downloads per month
Used in 12 crates

MIT/Apache

8KB
160 lines

This crate contains new traits useful for working with vector spaces. They have default implementations, so you can just implement them to get a lot of useful methods for free for your vector type. But you can also just implement the methods yourself.

You can also define some library in terms of these traits instead of using a specific vector math implementation, so the user can choose, which one to use, or simply add multiple vector math libraries which implement these traits yourself by using this library. *

Dependencies

~155KB